Kitty for Google Chrome

Kitty for Google Chrome

A browser kitty toy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "assets/icon128.png",
    "default_popup": "index.html",
    "icons": {
      "64": "assets/icon64.png",
      "128": "assets/icon128.png",
      "256": "assets/icon256.png"
    },
    "name": "__MSG_app_name__"
  },
  "background": {
    "service_worker": "bg-wrapper.js"
  },
  "content_scripts": [
    {
      "js": [
        "kitty.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cursorcats.com/*",
      "*://*.catcursor.com/*",
      "*://*.cursor-cat.com/*"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "64": "assets/icon64.png",
    "128": "assets/icon128.png",
    "256": "assets/icon256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAouDtZz4KdKjn4cemXT6Dk1Xc2zVzpyXYkRjMZCWQLoMtPKlo2/GQf1HYuyjteJTqpuL68k74+sYntu1mZaBfxEN5OYadJn79suAqPpDNdoo3Ab5e5If2pjGZEMJ0GgIvpFq/mUxZRfGHR7295RH/VKeUU2aLcoWdlnaAERqxIN0UuXSlVxuT6+j63w1mZ9HKZZpUVg7HIPyJiwShkQJcHWq9Ziinu2t3fx7EYFoO9TfDHE3BLpEkJ88d+b9IDXSMd19nQwymp3FcIgsrBqIzXD2n5Sevux96ONXeiFX6hRkzFB4aEBm8jXlQLQ+7ZL+vOYgywjX43XBpm0pRm8gVYwIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "permissions": [
    "storage",
    "alarms",
    "tabs",
    "unlimitedStorage",
    "webNavigation"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.4.2",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/*.*",
        "kitty.js"
      ]
    }
  ]
}