Flapjack Scream

Flapjack Scream

Adds a button that will play the flapjack scream.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "mask16.png",
    "default_title": "UUUAAAAGGH"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Adds a button that will play the flapjack scream.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "Flapjack Scream",
  "permissions": [],
  "icons": {
    "16": "mask16.png",
    "48": "mask48.png",
    "128": "mask128.png"
  },
  "manifest_version": 2,
  "version": "1.4"
}