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
75 lines (75 loc) · 1.81 KB
/
manifest.json
File metadata and controls
75 lines (75 loc) · 1.81 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "KernValley.US Contact",
"short_name": "KRV Contact",
"version": "2.1.0",
"lang": "en",
"dir": "ltr",
"description": "Contact page for KernValley.US",
"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/6IabNEi.jpg",
"sizes": "1353x667",
"type": "image/jpeg"
},{
"src": "https://i.imgur.com/6IabNEih.jpg",
"sizes": "1024x505/",
"type": "image/jpeg"
}, {
"src": "https://i.imgur.com/6IabNEil.jpg",
"sizes": "640x316",
"type": "image/jpeg"
}, {
"src": "https://i.imgur.com/6IabNEim.jpg",
"sizes": "320x158",
"type": "image/jpeg"
}],
"features": [
"Share any site or app, pre-filling subject and body",
"Autocompletion of name, phone, and email fields",
"Offline loading of page, instant loading when online (submission requires internet)"
],
"shortcuts": [],
"share_target": {
"action": "/",
"method": "GET",
"enctype": "application/x-www-form-urlencoded",
"params": {
"title": "subject",
"text": "body",
"url": "url"
}
},
"categories": [
"utilities",
"business"
],
"prefer_related_applications": false,
"related_applications": [{
"platform": "webapp",
"url": "https://contact.kernvalley.us/manifest.json"
}],
"developer": {
"name": "Chris Zuber",
"url": "https://kernvalley.us"
}
}