Skip to content

Commit

Permalink
deploy: 5b4ef7a
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Nov 13, 2024
1 parent d7b01b8 commit 3ca550e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<meta name="application-name" content="Elements">
<meta name="author" content="Denis Starov">
<meta name="creator" content="Chromatone">
<meta name="description" content="Fine tuned web synth with 12 voices and multiple layers to mix">
<meta property="og:title" content="Chromatone Elements">
<meta name="description" content="Multilayered polyphonic syntesizer web-app">
<meta property="og:title" content="Elements by Chromatone">
<meta property="og:site_name" content="Chromatone Elements">
<meta property="og:description" content="Performant web-synthesizer">
<meta property="og:image" content="/screen.png">
<meta property="og:description" content="Multilayered polyphonic syntesizer web-app">
<meta property="og:image" content="/screenshot-w.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="Chromatone Elements - capable synth for your browser">
<meta name="twitter:card" content="summary_large_image">
Expand All @@ -22,7 +22,7 @@
<meta name="twitter:site" content="@davay42">
<meta name="twitter:creator" content="@davay42">
<meta name="twitter:image:type" content="image/png">
<meta name="twitter:image" content="/screen.png">
<meta name="twitter:image" content="/screenshot-w.png">

<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
Expand Down
14 changes: 14 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@
"type": "image/png"
}
],
"screenshots": [
{
"src": "./screenshot-w.png",
"type": "image/png",
"sizes": "1280x720",
"form_factor": "wide"
},
{
"src": "./screenshot-n.jpg",
"type": "image/jpg",
"sizes": "720x1280",
"form_factor": "narrow"
}
],
"launch_handler": {
"client_mode": ["focus-existing", "auto"]
}
Expand Down
Binary file added screenshot-n.png
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 3ca550e

Please sign in to comment.