diff --git a/public/index.html b/public/index.html index beab7e5..9ef6ae7 100644 --- a/public/index.html +++ b/public/index.html @@ -10,23 +10,24 @@ - - + + + - + - + - +
diff --git a/public/manifest.json b/public/manifest.webmanifest similarity index 88% rename from public/manifest.json rename to public/manifest.webmanifest index 5917b7d..c70f4b1 100644 --- a/public/manifest.json +++ b/public/manifest.webmanifest @@ -4,9 +4,9 @@ "description": "An NTS-1 web controller, editor and sequencer", "screenshots": [ { - "src": "static/media/screenshot.png", + "src": "static/media/feature.png", "type": "image/png", - "sizes": "1600x1045" + "sizes": "1024x500" } ], "categories": ["Music", "Midi", "Synthesizer"], @@ -15,7 +15,7 @@ "icons": [ { "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", + "sizes": "64x64", "type": "image/x-icon" }, { @@ -31,7 +31,7 @@ { "src": "static/media/icons/icon.png", "type": "image/png", - "sizes": "512x512", + "sizes": "1024x1024", "purpose": "maskable" } ], diff --git a/public/static/media/feature.png b/public/static/media/feature.png new file mode 100644 index 0000000..ff549d1 Binary files /dev/null and b/public/static/media/feature.png differ