Custom Chrome Extension Tools - Chromane

Custom Chrome Extension Tools - Chromane

Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "102",
  "name": "Custom Chrome Extension Tools - Chromane",
  "description": "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.",
  "icons": {
    "128": "/img/logo-128.png"
  },
  "action": {
    "default_icon": "/img/logo-128.png"
  },
  "background": {
    "service_worker": "/js/background.js"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "contextMenus"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "extension_ids": []
    }
  ],
  "version": "1.0.1.3"
}