-
Notifications
You must be signed in to change notification settings - Fork 149
/
manifest.json
38 lines (38 loc) · 1.74 KB
/
manifest.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
{
"name": "Text Dev",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.8",
"icons": {
"16": "icon/16x16.png",
"32": "icon/32x32.png",
"48": "icon/48x48.png",
"64": "icon/64x64.png",
"96": "icon/96x96.png",
"128": "icon/128x128.png",
"256": "icon/256x256.png"
},
"manifest_version": 2,
"minimum_chrome_version": "31.0",
"offline_enabled": true,
"app": {
"background": {
"scripts": [
"js/background.js",
"js/util.js"
]
}
},
"permissions": [
"app.window.alwaysOnTop",
{"fileSystem": ["write", "retainEntries"]},
"storage"
],
"file_handlers": {
"text": {
"types": ["application/javascript", "application/json", "application/x-shellscript", "application/xml", "text/*"],
"extensions": ["asp", "aspx", "abc", "acgi", "aip", "asm", "c", "c++", "cc", "clj", "com", "coffee", "conf", "cpp", "cs", "csh", "css", "csv", "cxx", "def", "diff", "ejs", "el", "eml", "etx", "f", "f77", "f90", "flx", "for", "g", "gn", "gemspec", "go", "groovy", "gyp", "gypi", "h", "hh", "hlb", "hpp", "hs", "htc", "htm", "html", "htmls", "htt", "htx", "ics", "idc", "ifb", "jav", "java", "js", "json", "jsp", "ksh", "list", "log", "lsp", "lst", "lsx", "lua", "m", "mk", "mm", "man", "manifest", "mar", "mcf", "md", "mdoc", "me", "ms", "p", "pch", "pas", "patch", "pl", "plist", "pm", "pod", "py", "rake", "rb", "rexx", "roff", "rst", "rt", "rtx", "ru", "s", "scm", "sdml", "sgm", "sgml", "sh", "shtml", "spc", "ssi", "st", "t", "talk", "tcl", "tcsh", "text", "textile", "tr", "tsv", "txt", "uil", "uni", "unis", "uri", "uris", "uu", "uue", "vcf", "vcs", "wml", "wmls", "wsc", "xht", "xhtm", "xhtml", "xml", "yaml", "yml", "zsh"]
}
},
"kiosk_enabled" : true
}