frontpage/public/manifest.json

24 lines
521 B
JSON
Raw Normal View History

2021-12-17 20:03:03 +01:00
{
"name": "c0ntroller.de",
"short_name": "c0ntroller.de",
2022-10-29 22:17:08 +02:00
"description": "My personal homepage and portfolio.",
2022-02-17 16:05:03 +01:00
"start_url": ".",
2021-12-17 20:03:03 +01:00
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#444444",
"background_color": "#444444",
2022-02-17 16:05:03 +01:00
"display": "standalone",
"dir": "auto",
"lang": "en-US",
"orientation": "any"
}