-
Notifications
You must be signed in to change notification settings - Fork 25
/
manifest_chrome.json
172 lines (172 loc) · 4.91 KB
/
manifest_chrome.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"manifest_version": 3,
"name": "Amazon Vine Helper",
"description": "Improve the Amazon Vine experience.",
"version": "2.10.9",
"permissions": ["alarms", "storage", "tabs", "notifications"],
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://api.vinehelper.ovh wss://api.vinehelper.ovh https://*.media-amazon.com https://api.llamastories.com; img-src 'self' https://*.media-amazon.com https://*.paypal.com https://*.paypalobjects.com;"
},
"icons": {
"32": "resource/image/icon-32.png",
"48": "resource/image/icon-48.png",
"128": "resource/image/icon-128.png"
},
"action": {
"default_popup": "popup/homepage.html",
"default_title": "Amazon Vine Helper",
"default_icon": "resource/image/icon-48.png"
},
"options_ui": {
"page": "popup/homepage.html"
},
"host_permissions": [
"*://*.amazon.ca/*",
"*://*.amazon.it/*",
"*://*.amazon.es/*",
"*://*.amazon.de/*",
"*://*.amazon.fr/*",
"*://*.amazon.co.uk/*",
"*://*.amazon.co.jp/*",
"*://*.amazon.com/*",
"*://*.amazon.com.au/*",
"*://*.amazon.com.br/*",
"*://*.amazon.com.mx/*",
"*://*.amazon.sg/*"
],
"web_accessible_resources": [
{
"resources": [
"resource/image/*",
"resource/css/*",
"view/*",
"resource/sound/*",
"page/*",
"node_modules/vine-styling/desktop/*",
"node_modules/vine-styling/mobile/*",
"node_modules/socket.io/client-dist/*",
"scripts/inj.js",
"scripts/*"
],
"matches": [
"*://*.amazon.ca/*",
"*://*.amazon.it/*",
"*://*.amazon.es/*",
"*://*.amazon.de/*",
"*://*.amazon.fr/*",
"*://*.amazon.co.uk/*",
"*://*.amazon.co.jp/*",
"*://*.amazon.com/*",
"*://*.amazon.com.au/*",
"*://*.amazon.com.br/*",
"*://*.amazon.com.mx/*",
"*://*.amazon.sg/*"
]
}
],
"background": {
"type": "module",
"service_worker": "scripts/vh_service_worker.js"
},
"content_scripts": [
{
"css": [
"resource/css/grid.css",
"resource/css/icon.css",
"resource/css/main.css",
"resource/css/modal.css",
"resource/css/notification.css",
"resource/css/toolbar.css",
"resource/css/vinehelper.css"
],
"js": [
"scripts/Grid.js",
"scripts/Tile.js",
"scripts/Toolbar.js",
"scripts/pagination.js",
"scripts/bootloader.js"
],
"matches": [
"*://*.amazon.ca/vine/*",
"*://*.amazon.it/vine/*",
"*://*.amazon.de/vine/*",
"*://*.amazon.de/*/vine/*",
"*://*.amazon.es/vine/*",
"*://*.amazon.fr/vine/*",
"*://*.amazon.co.uk/vine/*",
"*://*.amazon.co.jp/vine/*",
"*://*.amazon.co.jp/*/vine/*",
"*://*.amazon.com/vine/*",
"*://*.amazon.com.au/vine/*",
"*://*.amazon.com.br/vine/*",
"*://*.amazon.com.mx/vine/*",
"*://*.amazon.sg/vine/*"
],
"run_at": "document_end"
},
{
"js": [
"node_modules/jquery/dist/jquery.min.js",
"scripts/Template.js",
"scripts/ScreenNotifier.js",
"scripts/HiddenListMgr.js",
"scripts/PinnedListMgr.js",
"scripts/ModalMgr.js",
"scripts/BrendaAnnounce.js",
"scripts/preboot.js"
],
"matches": [
"*://*.amazon.ca/vine/*",
"*://*.amazon.it/vine/*",
"*://*.amazon.de/vine/*",
"*://*.amazon.de/*/vine/*",
"*://*.amazon.es/vine/*",
"*://*.amazon.fr/vine/*",
"*://*.amazon.co.uk/vine/*",
"*://*.amazon.co.jp/vine/*",
"*://*.amazon.co.jp/*/vine/*",
"*://*.amazon.com/vine/*",
"*://*.amazon.com.au/vine/*",
"*://*.amazon.com.br/vine/*",
"*://*.amazon.com.mx/vine/*",
"*://*.amazon.sg/vine/*"
],
"run_at": "document_start"
},
{
"css": ["resource/css/vinehelper.css", "resource/css/main.css"],
"js": ["scripts/Template.js", "scripts/review.js"],
"matches": [
"*://*.amazon.ca/review/*",
"*://*.amazon.it/review/*",
"*://*.amazon.de/review/*",
"*://*.amazon.de/*/review/*",
"*://*.amazon.es/review/*",
"*://*.amazon.fr/review/*",
"*://*.amazon.co.uk/review/*",
"*://*.amazon.co.jp/review/*",
"*://*.amazon.co.jp/*/review/*",
"*://*.amazon.com/review/*",
"*://*.amazon.com.au/review/*",
"*://*.amazon.com.br/review/*",
"*://*.amazon.com.mx/review/*",
"*://*.amazon.sg/review/*",
"*://*.amazon.ca/reviews/edit-review/edit*",
"*://*.amazon.it/reviews/edit-review/edit*",
"*://*.amazon.de/reviews/edit-review/edit*",
"*://*.amazon.de/*/reviews/edit-review/edit*",
"*://*.amazon.es/reviews/edit-review/edit*",
"*://*.amazon.fr/reviews/edit-review/edit*",
"*://*.amazon.co.uk/reviews/edit-review/edit*",
"*://*.amazon.co.jp/reviews/edit-review/edit*",
"*://*.amazon.co.jp/*/reviews/edit-review/edit*",
"*://*.amazon.com/reviews/edit-review/edit*",
"*://*.amazon.com.au/reviews/edit-review/edit*",
"*://*.amazon.com.br/reviews/edit-review/edit*",
"*://*.amazon.com.mx/reviews/edit-review/edit*",
"*://*.amazon.sg/reviews/edit-review/edit*"
],
"run_at": "document_end"
}
]
}