Spy x Family Cursor

Spy x Family Cursor

Spy x Family custom cursor for chrome. New browser experience with Spy x Family cursor. Created for Spy x Family fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Spy x Family custom cursor for chrome. New browser experience with Spy x Family cursor. Created for Spy x Family fans.",
  "name": "Spy x Family Cursor",
  "background": {
    "service_worker": "spyxfamilybackground.js"
  },
  "action": {
    "default_popup": "spyxfamilypopup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "spyxfamilycontent.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "version": "780.20.120.52",
  "web_accessible_resources": [
    {
      "resources": [
        "cur/*.*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}