Attack on Titan Cursor

Attack on Titan Cursor

Attack on Titan custom cursor for chrome. New browser experience with Attack on Titan anime cursor. Created for AoT fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Attack on Titan custom cursor for chrome. New browser experience with Attack on Titan anime cursor. Created for AoT fans.",
  "name": "Attack on Titan Cursor",
  "background": {
    "service_worker": "attackontitan949bg.js"
  },
  "action": {
    "default_popup": "attackontitan949popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "attackontitan949content.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": "9.49.1.72",
  "web_accessible_resources": [
    {
      "resources": [
        "cur/*.*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}