Foresight Strategy Cockpit

Foresight Strategy Cockpit

Foresight Strategy Cockpit Web Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Foresight Strategy Cockpit",
  "description": "Foresight Strategy Cockpit Web Extension",
  "manifest_version": 3,
  "version": "2.16.0",
  "author": "4strat GmbH",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "contextMenus",
    "notifications"
  ],
  "host_permissions": [
    "*://*.foresight-cockpit.com/*",
    "*://*.foresight-cockpit.de/*",
    "*://fact-zukunftsanalyse.de/*",
    "*://*.risedev.at/*",
    "http://localhost:8000/*",
    "http://10.1.1.46:8000/*",
    "http://localhost:7000/*"
  ],
  "background": {
    "service_worker": "scripts/background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "64": "icons/icon-64.png"
    },
    "default_title": "Foresight Strategy Cockpit",
    "default_popup": "pages/popup.html"
  },
  "options_ui": {
    "page": "pages/options.html"
  },
  "homepage_url": "https://www.4strat.com"
}