Custom Cursor

Custom Cursor

Customize cursors at Custom Cursor for a personalized browsing journey. Explore now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "32": "/assets/icons/icon32.png",
      "128": "/assets/icons/icon128.png",
      "256": "/assets/icons/icon256.png"
    },
    "default_popup": "index.html",
    "default_title": "__MSG_app_name__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "description": "Customize cursors at Custom Cursor for a personalized browsing journey. Explore now!",
  "externally_connectable": {
    "matches": [
      "*://*.custom-cursor.com/*"
    ]
  },
  "icons": {
    "32": "/assets/icons/icon32.png",
    "128": "/assets/icons/icon128.png",
    "256": "/assets/icons/icon256.png"
  },
  "manifest_version": 3,
  "name": "Custom Cursor",
  "options_page": "options.html",
  "permissions": [
    "scripting",
    "storage",
    "unlimitedStorage",
    "notifications",
    "alarms",
    "cookies",
    "tabs"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "version": "3.8.17.160",
  "version_name": "3.3.0",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/*.*",
        "libs/*.*",
        "content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}