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",
    "name": "__MSG_app_name__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "/index.html",
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cutecursors.com/*",
      "*://*.cute-cursor.com/*"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "32": "assets/icon32.png",
    "64": "assets/icon64.png",
    "128": "assets/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "short_name": "__MSG_app_short_name__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "3.0.5",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/*.*",
        "libs/*.*"
      ]
    }
  ]
}