Clicker Counter

Clicker Counter

Visit the clicker counter and become a pro in mouse-clicking, build your record, and challenge your friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "Clicker Counter",
  "description": "Visit the clicker counter and become a pro in mouse-clicking, build your record, and challenge your friends.",
  "version": "1.2.1",
  "manifest_version": 3,
  "permissions": [],
  "icons": {
    "38": "38.png",
    "48": "48.png",
    "128": "128.png"
  },
  "action": {
    "default_title": "Clicker Counter- cps test",
    "default_icon": "128.png",
    "default_popup": "index.html"
  }
}