Search on Metal Archives

Search on Metal Archives

Search for bands on Metal Archives.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Search on Metal Archives",
  "description": "Search for bands on Metal Archives.",
  "version": "1.0",
  "author": "Sasha Boutin",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon.png"
  },
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "manifest_version": 2
}