Catch Cat - Super Game

Catch Cat - Super Game

Don't let the Cat Escape! Try to trap the cat by clicking the spots to darken them

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "icons/128.png",
    "default_popup": "index.html",
    "default_title": "__MSG_name__",
    "icons": {
      "32": "icons/32.png",
      "64": "icons/64.png",
      "128": "icons/128.png",
      "256": "icons/256.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cursorcats.com/*"
    ]
  },
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmklfNKTF1Fna8EbpUf4pZZFEbD4uxs/6I20wlvDeVglAWkDhSkzKPiaymGH42M9HlPfMdFcXpiJpO0eWpSBK0/FqbYnaCufTM1iSED5/eJez+hazgunbWTn8ThfLbxZaGvLsiBWrp7dYis4UvTsaxIgHFHXAa6U+/vGaum9sZ/uX4cXH2oq9tFNbMxzBbAlHFbTt7+hn7MqDimpI2WdVyo2dYXp+cCH4Pku8o63OPOADZHsKx9EHBsHeSPoPKrCD0I34U28v7ESXi3ixVCuIP4zogyjtYeC/WacTtmDzAICtegXN+pBozqlW29GKZI/VzQuiCMh2PPowHAo2PxSgNwIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.2.2"
}