-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
32 lines (32 loc) · 897 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
{
"name": "WinaLive",
"version": "2.0",
"description": "Notify Live & Freeroll and let you participate to Winamax Quiz in Chat",
"permissions": [
"storage",
"notifications",
"http://winamax.fr/",
"http://auth-api-eu-west-3.winamax.fr"
],
"background": {
"scripts": ["js/background.js"],
"persistent": true
},
"browser_action": {
"default_popup": "html/popup.html",
"default_icon": {
"16": "resources/images/icons/16x16.png",
"32": "resources/images/icons/32x32.png",
"48": "resources/images/icons/48x48.png",
"128": "resources/images/icons/128x128.png"
}
},
"icons": {
"16": "resources/images/icons/16x16.png",
"32": "resources/images/icons/32x32.png",
"48": "resources/images/icons/48x48.png",
"128": "resources/images/icons/128x128.png"
},
"author": "Vincent Larreur",
"manifest_version": 2
}