Examine source code of Search URL on MusicBrainz

Inspect and view changes in Search URL on MusicBrainz 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": "Search URL on MusicBrainz",
  "version": "1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ea8fea1a-698c-4b95-b30b-f389a321431b}"
    }
  }
}