Pawsome Browser Kitties

Pawsome Browser Kitties

Pawsome Browser Kitties is a browser extension that adds fun and unique cat cursors to your browsing experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "/assets/icon128.png",
    "default_popup": "index.html",
    "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": [
      "*://*.cusmize.com/*"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "64": "assets/icon64.png",
    "128": "assets/icon128.png",
    "256": "assets/icon256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkOW5jRB4rpUgtQIeT80gzDLCWRh28wEGtVbGW4INffjXm0Ops5i/PvWLeDBow6PrpLO3zBFzkoTa5eddm5hOlp3YcSugGAYDncsHD94hBZth/IllPMbcNWUPZF4jNDE/O+qmDY/fxPY1gFQtLfuI73YW99rKxdFweITq3Jn0tTCgdMF8sK+9GigOT5rcE9Amo4xbNxswHyHWcaKvd/Zm/RYyiEdKjubqXrzJFm1PJSK1RXV0PtmPqfYxW9E5I22lNY8qEn31r+HsDYuBqWr0IpekIedwoLv1NnjMqyiiRYSKXCH8whQr3jfskyEHQ6xNRzNiokRCrKmenZAHKWnzyQIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.0",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/*.*",
        "kitty.js"
      ]
    }
  ]
}