-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.webmanifest
36 lines (34 loc) · 888 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
{
"name": "Codepad Masters, the best PWA in town",
"short_name": "Codepad",
"start_url": "./?utm_source=pwa",
"theme_color": "#ffc252",
"scope": "./",
"display": "standalone",
"icons": [
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/icon-1024.png",
"sizes": "1024x1024",
"type": "image/png"
},
{
"src": "icons/icon-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"description": "This app lets you add notes while you are coding",
"screenshots": [
{
"src": "icons/screenshot.png",
"sizes": "1170x2532",
"type": "image/png"
}
]
}