Minerva — Create How-To Guides in Seconds

Minerva — Create How-To Guides in Seconds

Minerva is the easiest way to capture and share clickable instructions for anything on the internet!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Minerva — Create How-To Guides in Seconds",
  "version": "3.0.33",
  "description": "Minerva is the easiest way to capture and share clickable instructions for anything on the internet!",
  "action": {
    "default_icon": {
      "48": "/icons/icon-48.png",
      "128": "/icons/icon-128.png"
    },
    "default_title": "Minerva"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "48": "/icons/icon-48.png",
    "128": "/icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting"
  ],
  "optional_permissions": [
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>",
    "*://localhost/*",
    "https://sdk-services.minervaknows.test/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "content/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://api.minervaknows.com/*",
      "https://sdk-services.minervaknows.com/*",
      "https://www.minervaknows.com/*",
      "https://prime.minervaknows.com/*"
    ]
  }
}