Last.fm NetDashboard

Last.fm NetDashboard

A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Last.fm NetDashboard",
  "description": "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.",
  "version": "0.3",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "64": "favIcon.png",
    "128": "richIcon.png"
  },
  "permissions": [
    "http://*/*"
  ],
  "content_security_policy": "script-src 'self' https://uwa.netvibes.com; object-src 'self'; ",
  "browser_action": {
    "default_icon": "richIcon.png",
    "default_popup": "widget.html"
  }
}