Skip to content

Commit

Permalink
deploy: 812e08b
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Nov 5, 2024
1 parent 3b9c257 commit 41a42e1
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 40 deletions.
49 changes: 9 additions & 40 deletions index.html

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"]
}
}
Binary file added screenshot-n.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41a42e1

Please sign in to comment.