Plants vs Zombies Custom Cursor

Plants vs Zombies Custom Cursor

Plants vs Zombies cursor for chrome. Replace your default cursor to custom Plants vs Zombies cursor. For Plants vs Zombies fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Plants vs Zombies cursor for chrome. Replace your default cursor to custom Plants vs Zombies cursor. For Plants vs Zombies fans.",
  "name": "Plants vs Zombies 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/pvz-icon16.png",
    "48": "img2/pvz-icon48.png",
    "128": "img2/pvz-icon128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "storage",
    "*://*/*"
  ],
  "version": "67.351.11.51",
  "web_accessible_resources": [
    "cur/*.*"
  ]
}