Examine source code of MusicApp

Inspect and view changes in MusicApp 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
{
  "manifest_version": 2,
  "name": "MusicApp",
  "author": "Deepanshu",
  "version": "1.0.1",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "description": "Free Music app",
  "icons": {
    "16": "logo16.ico",
    "48": "logo48.ico",
    "128": "logo128.ico"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}