Skip to content

Commit 22ddd2d

Browse files
committed
[pwa]: updated manifest;
1 parent 70f886c commit 22ddd2d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

manifest.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,39 @@
11
{
22
"short_name": "React Pipeline",
33
"name": "React Pipeline from Maifee Ul Asad",
4+
"description": "SPA using React + TS + Vite + Tailwind",
45
"icons": [
56
{
6-
"src": "./favicon.ico",
7+
"src": "favicon.ico",
78
"sizes": "64x64 32x32 24x24 16x16",
89
"type": "image/x-icon",
910
"purpose": "any"
1011
},
1112
{
12-
"src": "./logo144.png",
13+
"src": "logo144.png",
1314
"type": "image/png",
1415
"sizes": "144x144",
1516
"purpose": "any"
1617
},
1718
{
18-
"src": "./logo192.png",
19+
"src": "logo192.png",
1920
"type": "image/png",
2021
"sizes": "192x192",
21-
"purpose": "maskable"
22+
"purpose": "any maskable"
2223
},
2324
{
24-
"src": "./logo512.png",
25+
"src": "logo512.png",
2526
"type": "image/png",
2627
"sizes": "512x512",
27-
"purpose": "maskable"
28+
"purpose": "any maskable"
2829
}
2930
],
30-
"start_url": "./react-pipeline/",
31+
"start_url": "./",
32+
"scope": "./",
3133
"display": "standalone",
34+
"orientation": "portrait-primary",
3235
"theme_color": "#000000",
33-
"background_color": "#ffffff"
36+
"background_color": "#ffffff",
37+
"lang": "en",
38+
"categories": ["productivity", "utilities"]
3439
}

0 commit comments

Comments
 (0)