Instant Mii Music

Instant Mii Music

Why Not

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Why Not",
  "manifest_version": 2,
  "name": "Instant Mii Music",
  "permissions": [
    "declarativeContent",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/Wii-Console.png"
  },
  "version": "1.3"
}