PVU

PVU

le/hour Power by PanyaN.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PVU",
  "description": "le/hour Power by PanyaN.",
  "version": "1.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/thunder.png",
      "32": "/images/thunder.png",
      "48": "/images/thunder.png",
      "128": "/images/thunder.png"
    }
  },
  "icons": {
    "16": "/images/action.png",
    "32": "/images/thunder.png",
    "48": "/images/thunder.png",
    "128": "/images/thunder.png"
  }
}