-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
21 lines (21 loc) · 1.03 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"short_name": "Yellow Pencil",
"name": "Yellow Pencil",
"start_url": ".",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#ffde5a",
"background_color": "#ffde5a",
"description": "Yellow Pencil - A product design journey filled with life, love & laughter, not to forget the tears of joy!",
"dir": "ltr",
"lang": "en",
"icons": [
{"src": "./icons/48.png","sizes": "48x48","type": "image/png","purpose": "any maskable"},
{"src": "./icons/72.png","sizes": "72x72","type": "image/png","purpose": "any maskable"},
{"src": "./icons/96.png","sizes": "96x96","type": "image/png","purpose": "any maskable"},
{"src": "./icons/144.png","sizes": "144x144","type": "image/png","purpose": "any maskable"},
{"src": "./icons/168.png","sizes": "168x168","type": "image/png","purpose": "any maskable"},
{"src": "./icons/192.png","sizes": "192x192","type": "image/png","purpose": "any maskable"},
{"src": "./icons/512.png","sizes": "512x512","type": "image/png","purpose": "any maskable"}
]
}