fix again
This commit is contained in:
@ -5,10 +5,10 @@
|
|||||||
<title>Topos</title>
|
<title>Topos</title>
|
||||||
<meta name="description" content="Topos is a live coding environment inspired by the Monome Teletype.">
|
<meta name="description" content="Topos is a live coding environment inspired by the Monome Teletype.">
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" href="favicon/favicon.ico" sizes="48x48" ><!-- REVISED (Aug 11, 2023)! -->
|
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" ><!-- REVISED (Aug 11, 2023)! -->
|
||||||
<link rel="icon" href="favicon/favicon.svg" sizes="any" type="image/svg+xml"><!-- REVISED (Aug 11, 2023)! -->
|
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml"><!-- REVISED (Aug 11, 2023)! -->
|
||||||
<link rel="apple-touch-icon" href="favicon/apple-touch-icon.png"/>
|
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png"/>
|
||||||
<link rel="manifest" href="manifest.webmanifest" />
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||||||
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
|
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
<meta name="msapplication-TileColor" content="#da532c">
|
<meta name="msapplication-TileColor" content="#da532c">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|||||||
@ -1,12 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "Topos",
|
"name": "Topos",
|
||||||
"short_name": "Topos",
|
"short_name": "Topos",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "favicon/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "favicon/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"id": "toposWebApp",
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#ffffff",
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
"display": "standalone",
|
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"start_url": "/",
|
|
||||||
"id": "/",
|
|
||||||
"description": "Topos is a web based live coding platform",
|
"description": "Topos is a web based live coding platform",
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
{
|
{
|
||||||
@ -23,16 +35,4 @@
|
|||||||
"label": "Topos code"
|
"label": "Topos code"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icons": [
|
|
||||||
{
|
|
||||||
"src": "favicon/android-chrome-192x192.png",
|
|
||||||
"sizes": "192x192",
|
|
||||||
"type": "image/png"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "favicon/android-chrome-512x512.png",
|
|
||||||
"sizes": "512x512",
|
|
||||||
"type": "image/png"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user