-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifest.json
28 lines (28 loc) · 1.32 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
{
"app": {
"launch": {
"local_path": "html/nassh.html"
}
},
"background": {
"scripts": [ "js/nassh_deps.concat.js", "js/nassh.js", "js/nassh_app.js", "js/nassh_executables.js", "js/nassh_preference_manager.js", "js/nassh_nassh.js", "js/nassh_background.js" ]
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"default_locale": "en",
"description": "Terminal emulator and SSH client.",
"icons": {
"128": "images/stable/icon-128.png",
"16": "images/stable/icon-16.png",
"32": "images/stable/icon-32.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZCwLaKu+2OIwztgyHw3pNGbOTokLV2Kb4MGnZGnxKTozx87Wf7aQZWzBtGBi4iys1HE5BTsuOY8jFNfuChncl/bzIGT4J6J0FjxpF+gv9czMVyb6o+4VK9fB5BgL+arlZsuS07rylTLPimN1LzVMi/v1F3IcqgXXnsQvdIxoXFQIDAQAB",
"manifest_version": 2,
"minimum_chrome_version": "33",
"name": "Secure Shell",
"offline_enabled": true,
"options_page": "html/nassh_preferences_editor.html",
"permissions": [ "clipboardRead", "clipboardWrite", "notifications", "storage", "terminalPrivate", "unlimitedStorage" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.8.32",
"web_accessible_resources": [ "html/crosh.html", "html/nassh.html", "html/nassh_google_relay.html", "html/nassh_connect_dialog.html" ]
}