-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
53 lines (53 loc) · 1.21 KB
/
manifest.json
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
{
"name": "Mr. Shareman - show me your screen",
"short_name": "Mr. Shareman",
"start_url": "index.html",
"display": "standalone",
"background_color": "#08180b",
"theme_color": "#000000",
"scope": ".",
"description": "Quickly present your text in a large, readable format. Ideal for sharing email addresses and other details.",
"icons": [
{
"src": "./images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./images/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "./images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "./images/screenshots/homescreen.png",
"sizes": "864x1826",
"type": "image/png",
"form_factor": "narrow",
"label": "Home screen"
},
{
"src": "./images/screenshots/modal.png",
"sizes": "864x1826",
"type": "image/png",
"form_factor": "narrow",
"label": "Sharing screen"
},
{
"src": "./images/screenshots/homescreen--desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "Home screen (desktop)"
}
],
"orientation": "any",
"id": "pwa.mrshareman",
"lang": "en"
}