blob: 7a0cf12ee0b9a46637ba92f3678d58b5c879e87a [file] [log] [blame]
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDixnK8f4AuZrV+QZx7iiONG/SAiU5VrjlXD2KxRGvI6tDJrLvUin+GpcuMH1d/Qrc0+PmCzJ1duAiD/9F2q8kiYwQ1C3gZmztYneAiVX+3/OvXHr/idyueNQ5XFvBnMCpKD0KqPEksP80utV417fuaHAY4NFjofLZyWUvu23XHRwIDAQAB",
"minimum_chrome_version": "23",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"name": "Secure Shell (tot)",
"version": "0.8.27.4",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
"32": "images/dev/icon-32.png",
"16": "images/dev/icon-16.png"
},
"description": "Terminal emulator and SSH client.",
"offline_enabled": true,
"options_page": "html/nassh_preferences_editor.html",
"permissions": [
"clipboardRead",
"clipboardWrite",
"unlimitedStorage",
"storage",
"terminalPrivate"
],
"web_accessible_resources": [
"html/crosh.html",
"html/nassh.html",
"html/nassh_google_relay.html",
"html/nassh_connect_dialog.html"
],
"background": {
"scripts": [
"js/nassh_deps.concat.js",
"js/nassh_background.js",
"js/nassh.js",
"js/nassh_app.js",
"js/nassh_executables.js",
"js/nassh_preference_manager.js",
"js/nassh_nassh.js"
]
},
"app": {
"launch": {
"local_path": "html/nassh.html"
}
}
}