This repository was archived by the owner on Jul 5, 2023. It is now read-only.
generated from shgysk8zer0/static-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
63 lines (63 loc) · 1.46 KB
/
manifest.json
File metadata and controls
63 lines (63 loc) · 1.46 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Kern Valley Accounts",
"short_name": "KRV Accounts",
"version": "1.0.2",
"lang": "en",
"dir": "ltr",
"description": "Account management for KernValley.US sites",
"orientation": "any",
"start_url": "/",
"theme_color": "#008000",
"background_color": "#242424",
"display": "standalone",
"icons": [{
"src": "/img/favicon.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any maskable"
}, {
"src": "/img/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "/img/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}],
"screenshots": [{
"src": "https://i.imgur.com/vfSJQYW.jpg",
"sizes": "1353x667",
"type": "image/jpeg"
}, {
"src": "https://i.imgur.com/vfSJQYWh.jpg",
"sizes": "1024x505",
"type": "image/jpeg"
}, {
"src": "https://i.imgur.com/vfSJQYWl.jpg",
"sizes": "640x316",
"type": "image/jpeg"
}, {
"src": "https://i.imgur.com/vfSJQYWm.jpg",
"sizes": "320x158",
"type": "image/jpeg"
}, {
"src": "https://i.imgur.com/vfSJQYWt.jpg",
"sizes": "160x79",
"type": "image/jpeg"
}],
"shortcuts": [{
"platform": "webapp",
"url": "https://accounts.kernvalley.us/manifest.json"
}],
"share_target": {},
"categories": [
"utility"
],
"related_applications": [],
"developer": {
"name": "Chris Zuber",
"url": "https://kernvalley.us"
}
}