Examine source code of Edge Piano

Inspect and view changes in Edge Piano source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Open a new tab and play the piano in your Chrome browser",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Edge Piano",
  "version": "1.0.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}