-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 829 Bytes
/
manifest.json
File metadata and controls
34 lines (34 loc) · 829 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
{
"manifest_version": 3,
"version": "2.0.2",
"author": "kemunpus",
"name": "'Photo of the day' Clock",
"short_name": "PotdClock",
"description": "__MSG_description__",
"default_locale": "en",
"offline_enabled": true,
"icons": {
"128": "image/icon-128.png"
},
"chrome_url_overrides": {
"newtab": "html/newtab.html"
},
"background": {
"service_worker": "js/background.js"
},
"options_ui": {
"page": "html/options.html",
"open_in_tab": false
},
"permissions": [
"system.memory"
],
"host_permissions": [
"https://*.wikimedia.org/*",
"http://*.wikimedia.org/*",
"https://*.bing.com/*",
"http://*.bing.com/*",
"https://*.nasa.gov/*",
"http://*.nasa.gov/*"
]
}