Skip to content

Commit 8a84e2c

Browse files
fixed typo in manifest.json
1 parent c0191cb commit 8a84e2c

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

public/manifest.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
11
{
22
"name": "mfp;",
3-
"shortname": "mfp;",
3+
"short_name": "mfp;",
4+
"start_url": "/",
45
"display": "standalone",
5-
"description": "A PWA version of musicforprogramming.net",
6+
"description": "A PWA remix of musicforprogramming.net",
7+
"categories": ["audio", "music"],
8+
"theme_color": "#1a1a1a",
69
"background_color": "#1a1a1a",
710
"icons": [
8-
{
9-
"src": "pwa-64x64.png",
10-
"sizes": "64x64",
11-
"type": "image/png"
12-
},
1311
{
1412
"src": "pwa-192x192.png",
1513
"sizes": "192x192",
16-
"type": "image/png"
14+
"type": "image/png",
15+
"purpose": "maskable any"
1716
},
1817
{
1918
"src": "pwa-512x512.png",
2019
"sizes": "512x512",
21-
"type": "image/png"
22-
},
23-
{
24-
"src": "maskable-icon-512x512.png",
25-
"sizes": "512x512",
2620
"type": "image/png",
27-
"purpose": "maskable"
21+
"purpose": "maskable any"
2822
}
2923
]
3024
}

0 commit comments

Comments
 (0)