blob: 8ddb1c51d6cc85d8919bc22aa747fc9c5196800c [file] [log] [blame]
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDixnK8f4AuZrV+QZx7iiONG/SAiU5VrjlXD2KxRGvI6tDJrLvUin+GpcuMH1d/Qrc0+PmCzJ1duAiD/9F2q8kiYwQ1C3gZmztYneAiVX+3/OvXHr/idyueNQ5XFvBnMCpKD0KqPEksP80utV417fuaHAY4NFjofLZyWUvu23XHRwIDAQAB",
"minimum_chrome_version": "57",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"name": "__MSG_nassh_product_name__ App (tot)",
"version": "0.35",
"default_locale": "en",
"icons": {
"128": "images/dev/icon-128.png",
"48": "images/dev/icon-48.png",
"32": "images/dev/icon-32.png",
"24": "images/dev/icon-24.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",
"incognito": "split",
"permissions": [
"clipboardRead",
"clipboardWrite",
"idle",
"notifications",
"storage",
"terminalPrivate",
"unlimitedStorage",
"fileSystemProvider",
"accessibilityFeatures.read",
"crashReportPrivate",
"metricsPrivate"
],
"file_system_provider_capabilities": {
"source": "network",
"multiple_mounts": true,
"configurable": true
},
"web_accessible_resources": [
"html/nassh.html",
"html/nassh_google_relay.html"
],
"background": {
"persistent": false,
"page": "html/nassh_background.html"
},
"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"
},
"app": {
"launch": {
"local_path": "html/nassh.html"
}
}
}