recrun

recrun

Retain essential content, remove unwanted noise.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "icons/icon38.png"
  },
  "background": {
    "service_worker": "src/background.js"
  },
  "description": "Retain essential content, remove unwanted noise.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "recrun",
  "options_ui": {
    "page": "src/options.html"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "version": "3.5.0",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/loader.gif",
        "src/style.css",
        "src/options.html",
        "src/iframe.html",
        "src/content.html"
      ]
    }
  ]
}