Search to Play the Song

Search to Play the Song

歌曲搜索试听 & 在线广播

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Search to Play the Song",
  "short_name": "SPS",
  "description": "歌曲搜索试听 & 在线广播",
  "version": "4.0.0",
  "action": {
    "default_popup": "popup.html",
    "default_title": "SPS",
    "default_icon": "logo.png"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "commands": {
    "base": {
      "description": "Stop/Start Music",
      "suggested_key": {
        "default": "Alt+Shift+Z",
        "mac": "Alt+Shift+Z"
      }
    }
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "side_panel": {
    "default_path": "side-panel.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "offscreen",
    "activeTab",
    "storage",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "declarativeNetRequest",
    "sidePanel"
  ],
  "host_permissions": [
    "*://music.163.com/*",
    "*://*.xiami.com/*",
    "*://*.qq.com/*",
    "http://45.248.86.38/sps/",
    "*://itunes.apple.com/*",
    "http://*/",
    "https://*/"
  ]
}