Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Desmos Test Mode",
    "description": "Desmos Test Mode Chrome App.",
    "version": "7.42.0",
    "manifest_version": 2,
    "kiosk_enabled": true,
    "offline_enabled": true,
    "storage": {
        "managed_schema": "schema.json"
    },
    "sandbox": {
        "pages": [
            "www\/index.html"
        ],
        "content_security_policy": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; worker-src 'self' blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "app": {
        "background": {
            "scripts": [
                "background.js"
            ]
        }
    },
    "permissions": [
        "power"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}