Bleach Anime Custom Cursor

Bleach Anime Custom Cursor

Bleach anime cursor for chrome. Replace your default cursor to custom Bleach cursor. Created for Bleach Anime fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Bleach anime cursor for chrome. Replace your default cursor to custom Bleach cursor. Created for Bleach Anime fans.",
  "name": "Bleach Anime Custom Cursor",
  "background": {
    "scripts": [
      "background2.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content2.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "img2/bleach-icon16.png",
    "48": "img2/bleach-icon48.png",
    "128": "img2/bleach-icon128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "storage",
    "*://*/*"
  ],
  "version": "67.351.11.51",
  "web_accessible_resources": [
    "cur/*.*"
  ]
}