Mrtzc | Best Music Search Engine Online

Mrtzc | Best Music Search Engine Online

The official Mrtzc Google Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mrtzc | Best Music Search Engine Online",
  "description": "The official Mrtzc Google Chrome extension",
  "version": "1.5",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "mp3port.html"
  },
  "icons": {
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/bootstrap.min.js",
        "js/mediaelement-and-player.min.js",
        "js/jquery.jplayer.min.js",
        "js/script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}