Insta-Wow!

Insta-Wow!

Eddy Wally will say wow when you click the toolbar button. There's also a 1 in 4 chance he'll say it at half or double speed! Wow!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Insta-Wow!",
  "version": "1.3.0.0",
  "manifest_version": 2,
  "description": "Eddy Wally will say wow when you click the toolbar button. There's also a 1 in 4 chance he'll say it at half or double speed! Wow!",
  "icons": {
    "128": "img/icon128.png",
    "256": "img/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    }
  },
  "web_accessible_resources": [
    "video/*",
    "img/*"
  ],
  "version_name": "1.3"
}