-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 1.06 KB
/
manifest.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
{
"name": "Kern Valley Sun",
"short_name": "KV Sun",
"description": "The valley's choice for hometown news",
"start_url": "https://kernvalleysun.com",
"theme_color": "#EA5708",
"background_color": "#EA5708",
"display": "standalone",
"icons": [{
"src": "/wp-content/themes/KV-Sun-WP/images/sun-icons/any.svg",
"sizes": "any",
"type": "image/svg+xml"
}, {
"src": "/wp-content/themes/KV-Sun-WP/images/sun-icons/16.png",
"sizes": "16x16",
"type": "image/png"
}, {
"src": "/wp-content/themes/KV-Sun-WP/images/sun-icons/32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "/wp-content/themes/KV-Sun-WP/images/sun-icons/72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "/wp-content/themes/KV-Sun-WP/images/sun-icons/144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "/wp-content/themes/KV-Sun-WP/images/sun-icons/256.png",
"sizes": "256x256",
"type": "image/png"
}],
"screenshots": [{
"src": "/wp-content/themes/KV-Sun-WP/screenshot.png",
"sizes": "1350x603",
"type": "image/png"
}]
}