Skip to content

Commit b24843f

Browse files
authored
Merge pull request #50 from javaistic/patch
Update manifest.json
2 parents 43f6dd2 + f196576 commit b24843f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"short_name": "Javaistic",
33
"name": "Javaistic",
4-
"start_url": "/",
4+
"start_url": "https://javaistic.vercel.app/",
55
"theme_color": "#ffffff",
66
"background_color": "#ffffff",
77
"display": "standalone",
88
"icons": [
99
{
1010
"src": "/android-chrome-192x192.png",
1111
"sizes": "192x192",
12-
"type": "image/png"
12+
"type": "image/png",
13+
"purpose": "any maskable"
1314
},
1415
{
1516
"src": "/android-chrome-512x512.png",

0 commit comments

Comments
 (0)