Musical Note Quiz

Musical Note Quiz

Can you name that musical note? Take this music quiz and find out!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Musical Note Quiz",
  "description": "Can you name that musical note? Take this music quiz and find out!",
  "version": "1.0",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.taketwoapps.com/apps/other/music/app.html"
    ],
    "launch": {
      "web_url": "http://www.taketwoapps.com/apps/other/music/app.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}