Prism - Redline Tool

Prism - Redline Tool

Prism is a redline tool for the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Prism - Redline Tool",
  "short_name": "Prism",
  "description": "Prism is a redline tool for the web.",
  "version": "1.7.3",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "styles.css",
        "inject.js",
        "contentscript.js",
        "ejectlite.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_icon": "icon.png",
    "default_title": "Click to turn on/off"
  }
}