Inception Button

Inception Button

Adds a button that will play the inception sound.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "button16.png",
    "default_title": "Inception"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Adds a button that will play the inception sound.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "Inception Button",
  "permissions": [],
  "icons": {
    "16": "button16.png",
    "48": "button48.png",
    "128": "button128.png"
  },
  "manifest_version": 2,
  "version": "1.4"
}