Cursor Trails

Cursor Trails

Enhance your browsing experience with Custom Cursor Trails! A sparkling trail of stars will follow your mouse cursor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "32": "images/icons/32.png",
      "64": "images/icons/64.png",
      "128": "images/icons/128.png",
      "256": "images/icons/256.png"
    },
    "default_popup": "index.html",
    "default_title": "__MSG_title__"
  },
  "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'"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.custom-cursor.com/*",
      "*://*.custom-cursor-trails.com/*"
    ]
  },
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "icons": {
    "32": "/images/icons/32.png",
    "64": "/images/icons/64.png",
    "128": "/images/icons/128.png",
    "256": "/images/icons/256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArTkYAERwDkjbAJWc8PJQSPOgZNZOuv41xB7LUfNlvbJmwOGM1lwe+zYGKPZ68/C8Yh31yVfaJ1kp7G7ZSC41L+f31/GtSk79NarbRYELxUBnYTxtQXJwNt3TQRmwa+eXQYrq2+vCq5/2GbNXQc+DBMww67N7bp8rQh+52FECLP67O3LHPL5CPJIjB4FS7UaVIUOY9M5WRuZNdhFW4UpAP9KlPvEk909CbK/ZXbTFaz01KDrWbmHJD7AmEAGrVk4i4hUQzH4H1/h7g3J3mC73jXegOCg8jzu87H5w6sjmjlloh8evlCatKClFYWG4jPrSD9Vs+JEMvuHSngrXMgdIsQIDAQAB",
  "manifest_version": 3,
  "name": "Cursor Trails",
  "options_page": "index.html",
  "permissions": [
    "scripting",
    "storage",
    "unlimitedStorage",
    "notifications",
    "alarms"
  ],
  "short_name": "Cursor Trails",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.0.2",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "images/*.*"
      ]
    }
  ]
}