-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.webmanifest
39 lines (39 loc) · 968 Bytes
/
app.webmanifest
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": "Transient Note",
"short_name": "Transient",
"description": "The Disappearing Notes App For Transient Thoughts",
"categories": ["productivity", "utilities"],
"start_url": "./",
"display": "standalone",
"theme_color": "#ded6cb",
"background_color": "#ded6cb",
"orientation": "any",
"icons": [
{
"src": "./icons/android/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./icons/android/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "./icons/screenshots/desktop.png",
"sizes": "2048x1200",
"type": "image/png",
"form_factor": "wide",
"label": "Transient Note Desktop"
},
{
"src": "./icons/screenshots/mobile.png",
"sizes": "1170x2532",
"type": "image/png",
"form_factor": "narrow",
"label": "Transient Note Mobile"
}
]
}