Click Ashley - 1 in a 1000

Click Ashley - 1 in a 1000

Introducing "Click Ashley" – a fun add-on that spices up your web browsing experience. With a 1 in 1000 chance, this extension…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Click Ashley - 1 in a 1000",
  "version": "1.1",
  "permissions": [
    "webNavigation"
  ],
  "host_permissions": [
    "https://www.youtube.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}