forked from Timmy_Foundation/the-nexus
Co-authored-by: Groq Agent <groq@noreply.143.198.27.163> Co-committed-by: Groq Agent <groq@noreply.143.198.27.163>
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
<meta name="twitter:title" content="Timmy's Nexus">
|
<meta name="twitter:title" content="Timmy's Nexus">
|
||||||
<meta name="twitter:description" content="A sovereign 3D world">
|
<meta name="twitter:description" content="A sovereign 3D world">
|
||||||
<meta name="twitter:image" content="https://example.com/og-image.png">
|
<meta name="twitter:image" content="https://example.com/og-image.png">
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- ... existing content ... -->
|
<!-- ... existing content ... -->
|
||||||
|
|||||||
20
manifest.json
Normal file
20
manifest.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "Timmy's Nexus",
|
||||||
|
"short_name": "Nexus",
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "fullscreen",
|
||||||
|
"background_color": "#050510",
|
||||||
|
"theme_color": "#050510",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "icons/t-logo-192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "icons/t-logo-512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user