spotlight

spotlight

✨Spotlight your cursor🔦

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "✨Spotlight your cursor🔦",
  "name": "spotlight",
  "version": "1.1.0",
  "author": "cheo <[email protected]>",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "icons": {
    "16": "/images/white-flashlight16.png",
    "32": "/images/white-flashlight32.png",
    "48": "/images/white-flashlight48.png",
    "128": "/images/white-flashlight128.png"
  }
}