-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 892 Bytes
/
manifest.json
File metadata and controls
39 lines (39 loc) · 892 Bytes
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
{
"short_name": "React Pipeline",
"name": "React Pipeline from Maifee Ul Asad",
"description": "SPA using React + TS + Vite + Tailwind",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon",
"purpose": "any"
},
{
"src": "logo144.png",
"type": "image/png",
"sizes": "144x144",
"purpose": "any"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": "./",
"scope": "./",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "#000000",
"background_color": "#ffffff",
"lang": "en",
"categories": ["productivity", "utilities"]
}