Nodspot.com - Find & Play Artist's Top Tracks

Nodspot.com - Find & Play Artist's Top Tracks

Find and play top tracks of an artist or a band in seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nodspot.com - Find & Play Artist's Top Tracks",
  "short_name": "Nodspot Top Tracks Finder",
  "description": "Find and play top tracks of an artist or a band in seconds.",
  "version": "0.0.2",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  }
}