blob: f80e3acb672596206acff43af2305f4b01983761 [file] [log] [blame]
{
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8sdzpPbCg8pDh/1zrwU17WdrQROlsJsuxGA0RkMX0T0+b/Tarh4YcSA5NDhAqVO3hA8acmYnjkCCOMpP0roceVLBUOag9WxhpXak4A0ZPrwZi2bLPjx+gxkccyAp8bXwskSvjaL+vF/+zN8PT9yDz/Np7WJmfakksDPAZSoCnbykVbaEtpG8qbbUPgmjndrHkgV9cMjpNLAd+GnlARyQ/DceBPtA27z06N/nV+hS7TRIQJTx7XwH6rGKSJ1gn61/wtBWqZQyL3PA6997++55GYtWVB4pmLPXa0vog3GF2wFYf3geD9v2jfP4t9PhPZy9zESr6fP4nqd1HXd6pzamwIDAQAB",
"minimum_chrome_version": "65",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"name": "Secure Shell Extension (tot)",
"version": "0.18",
"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 and SFTP client.",
"offline_enabled": true,
"options_page": "html/nassh_preferences_editor.html",
"permissions": [
"clipboardRead",
"clipboardWrite",
"idle",
"notifications",
"storage",
"unlimitedStorage",
"accessibilityFeatures.read"
],
"web_accessible_resources": [
"html/nassh.html",
"html/nassh_google_relay.html",
"html/nassh_connect_dialog.html"
],
"background": {
"persistent": false,
"scripts": [
"third_party/google-smart-card/google-smart-card-client-library.js",
"js/nassh_deps.concat.js",
"js/nassh.js",
"js/nassh_app.js",
"js/nassh_preference_manager.js",
"js/nassh_agent_message.js",
"js/nassh_agent_message_types.js",
"js/nassh_agent.js",
"js/nassh_agent_backend.js",
"js/nassh_agent_backend_gsc.js",
"js/nassh_background.js"
]
},
"platforms": [
{
"nacl_arch": "x86-64",
"sub_package_path": "_platform_specific/x86-64/"
},
{
"nacl_arch": "x86-32",
"sub_package_path": "_platform_specific/x86-32/"
},
{
"nacl_arch": "arm",
"sub_package_path": "_platform_specific/arm/"
}
],
"omnibox": {
"keyword": "ssh"
},
"browser_action": {
"default_popup": "html/nassh_popup.html",
"default_icon": {
"128": "images/dev/icon-128.png",
"32": "images/dev/icon-32.png",
"16": "images/dev/icon-16.png"
}
}
}