Popcat Bot

Popcat Bot

🤖 Auto click bot 🚀

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Popcat Bot",
  "description": "🤖 Auto click bot 🚀",
  "version": "1.0.4",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "🤖 Auto click bot 🚀",
    "default_icon": {
      "16": "/img/16.png",
      "38": "/img/38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/content.js"
      ]
    }
  ],
  "icons": {
    "16": "/img/16.png",
    "48": "/img/48.png",
    "128": "/img/128.png"
  }
}