Last.fm Manual Scrobbler

Last.fm Manual Scrobbler

Scrobble whatever you type

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Last.fm Manual Scrobbler",
  "version": "1.1.0",
  "description": "Scrobble whatever you type",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "js/md5.js",
      "js/lastfm.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "auth_callback.html"
  ],
  "author": "Andrew Nguyen (andruunwien.com)"
}