-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 1.01 KB
/
Copy pathplugin.json
File metadata and controls
27 lines (27 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "https://raw.githubusercontent.com/songloft-org/plugin-toolchain/main/schemas/plugin.schema.json",
"name": "洛雪音源",
"version": "3.7.2",
"description": "洛雪音源 - 多平台音乐搜索、歌单管理、音源管理",
"author": "LX Team",
"homepage": "",
"license": "",
"icon": "icon.svg",
"logo": "https://raw.githubusercontent.com/fly818/lxmusic-plugin-release/main/static/icon.svg",
"entryPath": "lxmusic",
"main": "main.js",
"minHostVersion": "2.6.0",
"permissions": [
"storage",
"songs.read",
"songs.write",
"playlists.read",
"playlists.write",
"jsenv",
"inter-plugin"
],
"updateUrl": "https://raw.githubusercontent.com/fly818/lxmusic-plugin-release/main/plugin.json",
"download_url": "https://github.com/fly818/lxmusic-plugin-release/releases/download/3.7.2/lxmusic.jsplugin.zip",
"entryHash": "ffcc8a5e27c6826caa818197b78b9ef23922488010a2591eb84499cf4beb3ab2",
"zipHash": "07d933bbd3dae4292193eee48f724bdca9640f3762cde696b5945f2b9300fbaf"
}