forked from libapps/libapps-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 1.11 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
39
40
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5ncCFENUlemRIJLThXHu0SKXcCdkFPgoC9k1vPFx65ww5HeDNUmudhgI6CK1EFwe/IAQuqkYSunrT3XIROry/KLgnsh/ym4AL2fu+3F00ySXo78R0S83EzKlUpeDqo9XuI6YVS9V8/hdhFRrWPc6+Sg72bq3AMGTOpYb618Lo5wIDAQAB",
"minimum_chrome_version": "23",
"manifest_version": 2,
"name": "Web Application Shell (tot)",
"version": "1.5",
"icons": {
"128": "images/dev/128.png"
},
"description": "Command line shell for the web.",
"offline_enabled": true,
"permissions": [
"clipboardRead",
"clipboardWrite",
"unlimitedStorage",
"storage",
"http://*/*",
"https://*/*"
],
"app": {
"background": {
"scripts": [
"js/wash_deps.concat.js",
"js/lib_wash.js",
"js/lib_wash_termcap.js",
"js/lib_wash_readline.js",
"js/lib_wash_nacl.js",
"js/wash.js",
"js/wash_app.js",
"js/wash_background.js",
"js/wash_builtins.js",
"js/wash_executables.js",
"js/wash_executables_chrome.js",
"js/wash_shell.js",
"js/wash_terminal_window.js",
"js/wash_window_manager.js"
]
}
}
}