-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.json
40 lines (40 loc) · 978 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": "AceEditor",
"category": "development",
"icon": "icon.png",
"title": {
"en_EN": "Ace Editor",
"nb_NO": "Ace Editor",
"fr_FR": "Éditeur de texte Ace",
"pt_BR": "Editor Ace"
},
"description": {
"en_EN": "Ace Editor",
"nb_NO": "Ace er en teksteditor med fokus på programmering",
"fr_FR": "Éditeur de texte Ace",
"pt_BR": "Editor de texto Ace"
},
"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"
]
}