Examine source code of Custom Cursor Trails

Inspect and view changes in Custom Cursor Trails source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "version": "2.0.2",
  "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://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "short_name": "CursorTrails",
  "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"
  },
  "icons": {
    "32": "/images/icons/32.png",
    "64": "/images/icons/64.png",
    "128": "/images/icons/128.png",
    "256": "/images/icons/256.png"
  }
}

Similar add-ons

Here are some Edge add-ons that are similar to Custom Cursor Trails:

Popular extensions / apps

Here are some popular extensions / apps that you might be interested in: