 
                             
                            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",
    "manifest_version": 3,
    "name": "Superhuman",
    "short_name": "Superhuman",
    "description": "The most productive email app ever made.",
    "version": "3.1.51028.1911",
    "homepage_url": "https:\/\/superhuman.com",
    "icons": {
        "16": "icons\/32x32.png",
        "19": "icons\/38x38.png",
        "32": "icons\/32x32.png",
        "38": "icons\/38x38.png",
        "48": "icons\/96x96.png",
        "96": "icons\/96x96.png",
        "128": "icons\/256x256.png"
    },
    "permissions": [
        "alarms",
        "background",
        "gcm",
        "notifications",
        "storage",
        "system.cpu",
        "system.display",
        "system.memory",
        "tabs",
        "unlimitedStorage",
        "offscreen",
        "scripting"
    ],
    "background": {
        "service_worker": "background\/background_page.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.superhuman.com\/**"
            ],
            "js": [
                "pages\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mail.superhuman.com\/~backend\/build\/foreground_cache_manager2.html"
            ],
            "js": [
                "pages\/foreground_cache_manager.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "https:\/\/outlook.live.com\/mail\/*",
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.office365.com\/mail\/*"
            ],
            "js": [
                "provider_web_code\/index.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "match_about_blank": true,
            "js": [
                "google\/index.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.hubspot.com\/object-builder\/*\/0-1\/embed?source=sh-open*"
            ],
            "js": [
                "hubspot\/index.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "all\/index.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/superhuman.com\/**",
                "https:\/\/pp-sh.io\/*",
                "https:\/\/*.pp-sh.io\/*",
                "https:\/\/qa-sh.io\/*",
                "https:\/\/*.qa-sh.io\/*",
                "https:\/\/settings.superhuman.com\/*"
            ],
            "js": [
                "pages\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyz\/LOIMneGo\/1HwY3rBASzzgUi2xsmESmRrILKV\/issuDaTYap4T3goxeXlwZrcwCOAIAEmyqfIOhd1DPYmcMmSJirYG2OVsKODSNUOLwA5HRNqffQn4YM3PbDNQA5vFRh4LXbevBm43RgcYcTzRuIMBQXWgLo308A7x8WqJTL1CGUlkC4s7KPrjH590CkaI+cW2L9bcveoVXgLPGZt0UlC7vf+acwMIQe7x0Fw+UTmjXVPAaZNCl4GC7iCdFYDdk4hKR+rf8TH5v09HFydxjRudcz4e16fW2u6JNWFynHVOBgnfj++7cMKJH7xNTG31Sz9K7z484HA9GCoa6TtTGQIDAQAB",
    "incognito": "not_allowed",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.superhuman.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "128.png",
                "frame.html",
                "superhuman.html"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/mail.superhuman.com\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Superhuman"
    }
}