Miniscripts (legacy)

Miniscripts (legacy)

Save scripts to run on any page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Miniscripts (legacy)",
  "version": "1.2.3",
  "description": "Save scripts to run on any page",
  "icons": {
    "16": "res/icon_16.png",
    "32": "res/icon_32.png",
    "48": "res/icon_48.png",
    "128": "res/icon_128.png"
  },
  "browser_action": {
    "default_icon": "res/icon_32.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "notifications"
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}