Custom Cursor Trails

Custom Cursor Trails

Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.8",
  "manifest_version": 3,
  "default_locale": "en",
  "externally_connectable": {
    "matches": [
      "*://*.custom-cursor.com/*"
    ]
  },
  "options_page": "index.html",
  "permissions": [
    "scripting",
    "storage",
    "unlimitedStorage",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "__MSG_short_name__",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "action": {
    "default_popup": "index.html",
    "default_title": "__MSG_title__",
    "default_icon": {
      "32": "images/icons/32.png",
      "64": "images/icons/64.png",
      "128": "images/icons/128.png",
      "256": "images/icons/256.png"
    }
  },
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "background": {
    "service_worker": "background.js"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoJmBH7MAwI2VXyXrjz60+ebJTJuZEwB9in0pkXDt3NRVj5736S0H/rBZ/UCSSikThWbXRvYoTFebl1U7B5P+wTyIKb0DJMZ6fAmenJXFYOlBPGCcpMIQWrsGB/IzLOXTAqVgRPCzNzZQjwx7R5EEH49g/HfQxonJB/rqF7RoNHLScu2NvmeENovBYgOizakLMRkp0LXJBf8YsDcGLGRAfeu76wSAhvolHzDZv6ULADDGxDPlmsBtJFlxM+hAczDHNb3C9W+y7vxDsjIKcn4nhPZn3kbI5XoJ9f5FU+d+fQpz5JxU//+D6cVlnTXsaioKhR8YugXmAffEN+LAPrdjrQIDAQAB",
  "icons": {
    "32": "/images/icons/32.png",
    "64": "/images/icons/64.png",
    "128": "/images/icons/128.png",
    "256": "/images/icons/256.png"
  }
}