forked from HitomaruKonpaku/SadPanda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
48 lines (48 loc) · 960 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
41
42
43
44
45
46
47
48
{
"manifest_version": 2,
"name": "Sad Panda",
"version": "5.0",
"description": "Easy access to ExHentai",
"icons": {
"16": "ico/16.png",
"32": "ico/32.png",
"48": "ico/48.png",
"64": "ico/64.png",
"128": "ico/128.png"
},
"background": {
"persistent": false,
"scripts": [
"src/js/background.js"
]
},
"content_scripts": [
{
"matches": [
"*://exhentai.org/*"
],
"js": [
"cdn/js/jquery.min.js",
"cdn/js/jquery.toast.min.js",
"cdn/js/vue.global.prod.js",
"src/js/inject.js",
"src/js/login.js",
"src/js/logout.js"
]
}
],
"permissions": [
"activeTab",
"cookies",
"tabs",
"*://exhentai.org/*",
"*://e-hentai.org/*",
"*://*.e-hentai.org/*"
],
"web_accessible_resources": [
"cdn/*",
"src/*"
],
"homepage_url": "https://github.com/HitomaruKonpaku/SadPanda",
"incognito": "split"
}