Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/oscarrc/nts-web
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Aug 21, 2023
2 parents d24b2ba + 6e3141b commit 99c18ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,24 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#212121" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@oscarrc_web" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@oscarrc_web" />
<meta property="twitter:domain" content="%PUBLIC_URL%">
<meta name="twitter:title" content="NTS-web" />
<meta name="twitter:description" content="A web editor and sequencer for the Korg NTS-1" />
<meta name="twitter:image" content="%PUBLIC_URL%/static/media/screenshot.png" />
<meta name="twitter:image:src" content="/static/media/feature.png" />

<meta property="og:url" content="%PUBLIC_URL%" />
<meta property="og:type" content="website" />
<meta property="og:title" content="NTS-web" />
<meta property="og:description" content="A web editor and sequencer for the Korg NTS-1" />
<meta property="og:image" content="%PUBLIC_URL%/static/media/screenshot.png" />
<meta property="og:image" content="/static/media/feature.png" />

<link rel="preconnect" href="%PUBLIC_URL%">

<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/static/media/icons/icon192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.webmanifest" />
<link rel="assetlinks.json" href="%PUBLIC_URL%/.well-known/assetlinks.json">
</head>
<body>
Expand Down
8 changes: 4 additions & 4 deletions public/manifest.json → public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -15,7 +15,7 @@
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"sizes": "64x64",
"type": "image/x-icon"
},
{
Expand All @@ -31,7 +31,7 @@
{
"src": "static/media/icons/icon.png",
"type": "image/png",
"sizes": "512x512",
"sizes": "1024x1024",
"purpose": "maskable"
}
],
Expand Down
Binary file added public/static/media/feature.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 99c18ad

Please sign in to comment.