Gandalfier

Gandalfier

It's all about the Wizard

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gandalfier",
  "version": "0.0.2",
  "description": "It's all about the Wizard",
  "author": "Felipe Souza",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/scripts/gandalfier.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "music.mp3"
  ],
  "browser_action": {
    "default_title": "Gandalfier",
    "default_icon": "src/icon.png"
  }
}