Last.FM Unscrobbler

Last.FM Unscrobbler

Delete multiple scrobbles from your Last.FM profile.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Last.FM Unscrobbler",
  "version": "1.6.3",
  "description": "Delete multiple scrobbles from your Last.FM profile.",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "declarativeContent",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "browser_style": true,
    "show_matches": [
      "https://www.last.fm/*"
    ],
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png"
    }
  }
}