MicroStrategy HyperIntelligence

MicroStrategy HyperIntelligence

Surface relevant information directly in your web browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_16358__",
  "description": "__MSG_16391__",
  "version": "11.4.0300",
  "minimum_chrome_version": "99.0.4844.51",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'self';"
  },
  "incognito": "split",
  "options_page": "templates/options-page.html",
  "action": {
    "default_icon": "conf/images/icon_on.png",
    "default_title": "__MSG_16358__",
    "default_popup": "popup/index.html#/cards"
  },
  "icons": {
    "16": "conf/images/logo16.png",
    "48": "conf/images/logo48.png",
    "128": "conf/images/logo128.png"
  },
  "background": {
    "service_worker": "main.bundle.js"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/front.bundle.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ]
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ],
  "permissions": [
    "cookies",
    "downloads",
    "nativeMessaging",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "style/*",
        "templates/*",
        "popup/*",
        "js/card_iframe.bundle.js",
        "conf/settings.json"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "extension_ids": []
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Alt+H",
        "mac": "Alt+H",
        "chromeos": "Alt+H",
        "linux": "Alt+H"
      }
    }
  }
}