Miracle Music Player

Miracle Music Player

Search and play music conveniently. Easy usage and beautiful inteface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Miracle Music Player",
  "version": "0.0.5",
  "description": "Search and play music conveniently. Easy usage and beautiful inteface.",
  "permissions": [
    "http://*.mp3.zing.vn/**/*",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "page": "templates/background.html",
    "script": "scripts/background/background_main.js"
  },
  "browser_action": {
    "default_popup": "templates/popup.html",
    "default_icon": "images/icon-38.png"
  },
  "icons": {
    "16": "images/icon-16.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://connect.soundcloud.com/sdk/sdk-3.0.0.js https://s.ytimg.com/yts/jsbin/ https://www.youtube.com/ https://ssl.google-analytics.com/ http://localhost; object-src 'self'"
}