diff --git a/index.html b/index.html index 8cf6930..59307a8 100644 --- a/index.html +++ b/index.html @@ -30,40 +30,9 @@ - + + + - - +
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..3d0579b --- /dev/null +++ b/manifest.json @@ -0,0 +1,40 @@ +{ + "id": "spectrogram-v.0.2.1", + "name": "Chromatone Spectrogram", + "short_name": "Spectrogram", + "description": "Visual time-frequency analysis for all", + "start_url": "/", + "background_color": "black", + "theme_color": "black", + "display": "standalone", + "orientation": "any", + "display_override": ["window-controls-overlay", "minimal-ui", "standalone"], + "handle_links": "preferred", + "prefer_related_applications": false, + "categories": ["music", "audio", "tools"], + "icons": [ + { + "src": "./logo.svg", + "sizes": "any", + "type": "image/svg+xml", + "purpose": "any" + } + ], + "screenshots": [ + { + "src": "./screenshot-h.png", + "type": "image/png", + "sizes": "1280x720", + "form_factor": "wide" + }, + { + "src": "./screenshot-v.jpg", + "type": "image/jpg", + "sizes": "720x1280", + "form_factor": "narrow" + } + ], + "launch_handler": { + "client_mode": ["focus-existing", "auto"] + } +} diff --git a/screenshot-n.jpg b/screenshot-n.jpg new file mode 100644 index 0000000..2016039 Binary files /dev/null and b/screenshot-n.jpg differ diff --git a/screenshot-w.png b/screenshot-w.png new file mode 100644 index 0000000..ce7f951 Binary files /dev/null and b/screenshot-w.png differ