Search to Play the Song

Search to Play the Song

歌曲搜索试听 & 在线广播

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html",
    "default_title": "SPS"
  },
  "commands": {
    "base": {
      "description": "Stop/Start Music",
      "suggested_key": {
        "default": "Alt+Shift+Z",
        "mac": "Alt+Shift+Z"
      }
    },
    "mv": {
      "description": "MV Youtube",
      "suggested_key": {
        "default": "Alt+Shift+V",
        "mac": "Alt+Shift+V"
      }
    },
    "next": {
      "description": "Next",
      "suggested_key": {
        "default": "Alt+Shift+X",
        "mac": "Alt+Shift+X"
      }
    },
    "page": {
      "description": "Song Web Page",
      "suggested_key": {
        "default": "Alt+Shift+W",
        "mac": "Alt+Shift+W"
      }
    }
  },
  "content_security_policy": "script-src 'self' https://c.y.qq.com https://i.y.qq.com https://y.qq.com/ https://base.music.qq.com https://www.youtube.com https://s.ytimg.com; object-src 'self'",
  "description": "歌曲搜索试听 & 在线广播",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "manifest_version": 2,
  "name": "Search to Play the Song",
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "cookies",
    "*://music.163.com/*",
    "*://*.xiami.com/*",
    "*://*.qq.com/*",
    "http://45.248.86.38/sps/",
    "*://itunes.apple.com/*",
    "http://*/",
    "https://*/",
    "webRequest",
    "webRequestBlocking",
    "notifications"
  ],
  "short_name": "SPS",
  "version": "3.0.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}