favicons and such
This commit is contained in:
BIN
app/apple-icon.png
Normal file
BIN
app/apple-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
BIN
app/favicon.ico
Normal file
BIN
app/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
app/icon0.png
Normal file
BIN
app/icon0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
3
app/icon1.svg
Normal file
3
app/icon1.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.2 MiB |
@@ -23,6 +23,10 @@ const cinzel = Cinzel_Decorative({
|
||||
export const metadata: Metadata = {
|
||||
title: 'Tarokka',
|
||||
description: 'Fortune telling for D&D’s Curse of Strahd',
|
||||
appleWebApp: {
|
||||
title: 'Tarokka',
|
||||
statusBarStyle: 'black-translucent',
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
22
app/manifest.json
Normal file
22
app/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Tarokka",
|
||||
"short_name": "Tarokka",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#000000",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
||||
BIN
app/opengraph-image.png
Normal file
BIN
app/opengraph-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 606 KiB |
BIN
app/twitter-image.png
Normal file
BIN
app/twitter-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 427 KiB |
Reference in New Issue
Block a user