Memories.fm

Memories.fm

Extension for Last.fm service. Let's you look back in time - what you have been listening to in the past months and years.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Memories.fm",
  "description": "Extension for Last.fm service. Let's you look back in time - what you have been listening to in the past months and years.",
  "version": "0.0.2",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}