Skip to content

Commit 5eece0d

Browse files
committed
[RZB-250021]: update manifest files
1 parent 35e6dca commit 5eece0d

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed
Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
2-
"name": "",
3-
"short_name": "",
2+
"name": "ABCDKBD",
3+
"short_name": "abcd",
44
"icons": [
5-
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
6-
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
5+
{
6+
"src": "/assets/images/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/assets/images/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
715
],
816
"theme_color": "#ffffff",
917
"background_color": "#ffffff",
1018
"display": "standalone"
11-
}
19+
}

public/manifest.webmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"description": "A learning pad for ABCD keyboard layout enthusiasts.",
66
"icons": [
77
{
8-
"src": "/icons/144x144.png",
8+
"src": "/assets/images/144x144.png",
99
"sizes": "144x144",
1010
"type": "image/png",
1111
"purpose": "maskable"
1212
},
1313
{
14-
"src": "/icons/512x512.png",
14+
"src": "/assets/images/512x512.png",
1515
"sizes": "512x512",
1616
"type": "image/png",
1717
"purpose": "maskable"
1818
}
1919
],
2020
"screenshots": [
2121
{
22-
"src": "assets/images/logo.png",
22+
"src": "/assets/images/logo.png",
2323
"sizes": "1024x768",
2424
"type": "image/png",
25-
"label": "Recursive Zero"
25+
"label": "ABCD"
2626
}
2727
],
2828
"start_url": "/",

0 commit comments

Comments
 (0)