Ning Music

Ning Music

Nghe nhạc online, đơn giản, thuận tiện.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ning Music",
  "description": "Nghe nhạc online, đơn giản, thuận tiện.",
  "short_name": "Ning music",
  "version": "1.1.7",
  "background": {
    "scripts": [
      "js/background/config.js",
      "js/background/soundmanager/script/soundmanager2.js",
      "js/background/jquery-1.11.1.min.js",
      "js/background/underscore-min.js",
      "js/background/SongHelper.js",
      "js/background/PlaylistModel.js",
      "js/background/Registry.js",
      "js/background/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "img/extension_logo.png"
  },
  "permissions": [
    "contextMenus",
    "debugger",
    "storage",
    "http://ningmusic.com/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "optional_permissions": [
    "http://dev.ningmusic/*",
    "http://*.mp3.zdn.vn/*",
    "http://ningmusic.com/*"
  ]
}