MagicPyro

MagicPyro

Let the Magic Pyro take the wheel. One download = one pyro body pillow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MagicPyro",
  "description": "Let the Magic Pyro take the wheel. One download = one pyro body pillow.",
  "version": "1.0.2.3",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Let Pyro Take the Wheel...",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}