-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
metadata.json
40 lines (40 loc) · 936 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "Textpad",
"category": "utilities",
"icon": "icon.png",
"title": {
"en_EN": "Textpad",
"nb_NO": "Tekstblokk",
"fr_FR": "Bloc-notes",
"pt_BR": "Bloco de Notas"
},
"description": {
"en_EN": "Edit text files",
"nb_NO": "Redigèr tekstfiler",
"fr_FR": "Bloc-notes",
"pt_BR": "Editor de arquivos de texto"
},
"mimes": [
"^text\/(.*)",
"application\/json",
"application\/java",
"application\/javascript",
"application\/postscript",
"application\/ecmascript",
"application\/x-httpd-php-source",
"application\/x-httpd-php",
"application\/x-php",
"application\/x-lua",
"application\/x-python",
"application\/x-python-code",
"application\/x-python-code",
"application\/x-java-class",
"application\/x-javascript",
"application\/x-lisp",
"application\/x-bsh",
"application\/x-sh"
],
"files": [
"main.js"
]
}