Custom Mouse Cursor

Custom Mouse Cursor

Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "/assets/icon128.png",
    "default_popup": "index.html",
    "icons": {
      "32": "/assets/icon32.png",
      "64": "/assets/icon64.png",
      "128": "/assets/icon128.png"
    },
    "name": "__MSG_app_name__"
  },
  "author": "WhiteDev",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cutecursors.com/*",
      "*://*.cute-cursor.com/*"
    ]
  },
  "icons": {
    "32": "assets/icon32.png",
    "64": "assets/icon64.png",
    "128": "assets/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJT4vgNnuDrRwjdbjyqfD8Ge+hQ8VzotahioEQYqdL2XuFlILkU5JA+vHGGNcaVwfDJpkduEHwhDZ/hiPTMiHCaB9W6OEX7CwK2pZ5vAANacssqKY84RUO9S6NFvovW6UyQPDJLVeS4jTFJ5ysmwVP+c1yAqs034h30cfOB9e/t8psksRxhL4JN9BCn45oanGUWS7us9lEIEZJn6h5ZhoW/GygmiJ6v/fwA5Ct8N4yUZPOZyGC0hp8SROAc6uDs1pM4goxMj4ixnqwNbXC21UKg91YcT5ld/CXrMZfPk7fuSQH4SQX2h/tWD407GQws2IGK+ajI3NgdkkgM3SZ1BQwIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "options_page": "/index.html",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "scripting"
  ],
  "short_name": "__MSG_app_short_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.4",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/*.*",
        "libs/*.*"
      ]
    }
  ]
}