-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmanifest.json
More file actions
40 lines (40 loc) · 936 Bytes
/
Copy pathmanifest.json
File metadata and controls
40 lines (40 loc) · 936 Bytes
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": 3,
"name": "Kirei Tab - Your Anime NewTab",
"description": "Elegant HD new tab with your anime backgrounds, search, clock and quick links.",
"version": "1.3.40",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage",
"geolocation"
],
"host_permissions": [
"https://api.open-meteo.com/*",
"https://api.bigdatacloud.net/*",
"https://animechan.xyz/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {},
"options_page": "options.html",
"web_accessible_resources": [{
"resources": [
"images/*",
"icons/*",
"styles.css",
"db.js",
"newtab.js",
"options.js",
"service-worker.js"
],
"matches": ["<all_urls>"]
}]
}