 
                             
                            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",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "<all_urls>"
        ]
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cloudviz.js",
                "jquery-2.0.3.min.js",
                "jquery-3.4.1.min.js",
                "ext-base-mbox38-proto1.7.0.0.js",
                "jquery-sub.js",
                "coral.js",
                "index.js",
                "toolbar.html",
                "reports.html",
                "login-button.html",
                "login-button-body.js",
                "sitecatalyst-minify.js",
                "sitecatalyst-minify-post.js",
                "logint2e.html",
                "sate.js",
                "s-code-contents-8541c603235fad52b8b51cddee872ef0cf289766.js",
                "reports-body.js",
                "toolbar-body.js",
                "login.html",
                "jwv7ouu.js",
                "AdobeIcons-248903b36c065a0c38abecb9ce398683.eot",
                "AdobeIcons-248903b36c065a0c38abecb9ce398683.svg",
                "AdobeIcons-248903b36c065a0c38abecb9ce398683.ttf",
                "AdobeIcons-248903b36c065a0c38abecb9ce398683.woff"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "name": "Activity Map v3",
    "default_locale": "en",
    "description": "View key site metrics in an intuitive visual format.",
    "version": "3.0.0.18",
    "permissions": [
        "identity",
        "storage",
        "scripting",
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "icons\/button_gray.png",
        "default_title": "Launch Activity Map v3"
    },
    "content_security_policy": []
}