forked from jeanmichelthompson/Karkats-Autoseeder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
29 lines (29 loc) · 854 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
{
"name": "Karkat's Autoseeder",
"description": "Automatically seeds your NASB tournament using braacket.com ranking.\n",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": ["storage"],
"host_permissions": [
"http://braacket.com/*",
"https://braacket.com/*"
],
"action": {
"default_popup": "popup.html",
"default_icons": {
"16": "/images/seed_16.png",
"32": "/images/seed_32.png",
"48": "/images/seed_48.png",
"128": "/images/seed_128.png"
}
},
"icons": {
"16": "/images/seed_16.png",
"32": "/images/seed_32.png",
"48": "/images/seed_48.png",
"128": "/images/seed_128.png"
}
}