Friends Who Listen

Friends Who Listen

Get the Friends Who Listen widget on Last.fm back

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Friends Who Listen",
  "description": "Get the Friends Who Listen widget on Last.fm back",
  "manifest_version": 2,
  "version": "1.4",
  "permissions": [
    "http://www.last.fm/*",
    "https://www.last.fm/*",
    "https://ws.audioscrobbler.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.last.fm/*",
        "https://www.last.fm/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}