Custom  Roblox PIGGY cursor

Custom Roblox PIGGY cursor

Custom Roblox PIGGY for chrome browser. Choose your favorite custom Roblox PIGGY cursor with this extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": " Custom  Roblox PIGGY cursor",
  "description": "Custom Roblox PIGGY for chrome browser. Choose your favorite custom Roblox PIGGY cursor with this extension",
  "version": "1.0.0",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "*://*/*"
  ]
}