-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
41 lines (37 loc) · 793 Bytes
/
Copy pathmanifest.json
File metadata and controls
41 lines (37 loc) · 793 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"manifest_version": 2,
"name": "music",
"version": "1.0",
"description": "A Simple Music Plug-in",
"icons": {
"16": "pics/icon19.png",
"48": "pics/icon48.png",
"128": "pics/icon128.png"
},
"browser_action":{
"default_icon": {
"19": "pics/icon19.png",
"38": "pics/icon38.png"
},
"default_title": "Music",
"default_popup": "popup.html"
},
"background":{
"scripts":[
"js/player.js",
"js/storage.js",
"js/network.js",
"js/backHandler.js",
"js/backHandle.js"
]
},
"permissions":[
"storage",
"http://cc.stream.qqmusic.qq.com/*",
"http://base.music.qq.com/*",
"https://y.gtimg.cn/*",
"http://s.music.qq.com/*",
"https://c.y.qq.com/*",
"https://www.baidu.com/*"
]
}