Examine source code of Last.fm Design Customizer Pro

Inspect and view changes in Last.fm Design Customizer Pro 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": "The Last.fm Debloater",
  "description": "__MSG_extText__",
  "default_locale": "en",
  "version": "1.6.1",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.last.fm/*"
      ],
      "js": [
        "lastfm.ts"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "img/icon-48.png",
    "96": "img/icon-96.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background.ts"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f0eb4af5-af32-4aa6-b6f1-041fa2f6962b}"
    }
  }
}