forked from ywwzwb/XunleiToAria2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 828 Bytes
/
manifest.json
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
{
"manifest_version": 2,
"name": "迅雷离线Aria2",
"short_name": "xta",
"description": "这个插件发送链接至 Aria2 下载",
"version": "1.2.0",
"icons": {
"128": "image/icon-128.png",
"48": "image/icon-48.png",
"16": "image/icon-16.png"
},
"permissions": [
"activeTab",
"contextMenus",
"cookies",
"notifications"
],
"background": {
"scripts": [
"js/jquery-3.1.0.min.js",
"js/tools.js",
"js/aria2.js",
"js/task.js",
"js/servermanager.js",
"js/background.js"
],
"persistent": false
},
"options_ui": {
"page": "options.html",
"chrome_style": false
},
"browser_action": {
"default_icon": {
"19": "image/icon-19.png",
"38": "image/icon-38.png"
},
"default_title": "Xunlei To Aria2"
}
}