La Touche Musicale - Learn piano online

La Touche Musicale - Learn piano online

Learn piano easily with the songs you love.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "La Touche Musicale - Learn piano online",
  "description": "Learn piano easily with the songs you love.",
  "version": "1.0",
  "browser_action": {
    "default_popup": "hello.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "128": "images/icon128.png"
  }
}