Top Anime pack Cursors

Top Anime pack Cursors

Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing",
  "name": "Top Anime pack Cursors",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "version": "1.0.3",
  "web_accessible_resources": [
    {
      "resources": [
        "cursors/*.*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "author": "AnimeCursors"
}