 
                             
                            Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
    "app": {
        "launch": {
            "local_path": "html\/nassh.html"
        }
    },
    "background": {
        "page": "html\/nassh_background.html",
        "persistent": false
    },
    "content_security_policy": "frame-ancestors 'self'; script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "(DEPRECATED: USE THE EXTENSION)\nTerminal emulator and SSH and SFTP client.",
    "file_system_provider_capabilities": {
        "configurable": true,
        "multiple_mounts": true,
        "source": "network"
    },
    "icons": {
        "16": "images\/dev\/icon-16.png",
        "24": "images\/dev\/icon-24.png",
        "32": "images\/dev\/icon-32.png",
        "48": "images\/dev\/icon-48.png",
        "128": "images\/dev\/icon-128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "57",
    "name": "DEPRECATED Secure Shell App (dev)",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "ssh"
    },
    "options_page": "html\/nassh_preferences_editor.html",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "idle",
        "notifications",
        "storage",
        "terminalPrivate",
        "unlimitedStorage",
        "fileSystemProvider",
        "accessibilityFeatures.read",
        "crashReportPrivate",
        "metricsPrivate"
    ],
    "version": "0.40.9183.27738",
    "web_accessible_resources": [
        "html\/nassh.html",
        "html\/nassh_google_relay.html"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}