Examine source code of Mini LastFM (Experimental)

Inspect and view changes in Mini LastFM (Experimental) 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": "Mini LastFM",
  "version": "1.1resigned1",
  "description": "Shows the selected user's scrobbles for the day.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Mini LastFM",
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5872c497-ce6c-4b77-8eb4-fec3fb30470e}"
    }
  }
}