Clicks of Unicorns 🦄

Clicks of Unicorns 🦄

Fills your clicker with lots of majestic Unicorns

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clicks of Unicorns 🦄",
  "version": "1.020",
  "version_name": "1.020 migrated to manifest v3",
  "description": "Fills your clicker with lots of majestic Unicorns",
  "manifest_version": 3,
  "icons": {
    "16": "uniPhoto128.png",
    "48": "uniPhoto128.png",
    "128": "uniPhoto128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Clicks of Unicorns 🦄"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}