albert.lol/public/manifest.json
2023-04-11 04:59:22 +02:00

16 lines
No EOL
341 B
JSON

{
"name": "albert.lol",
"short_name": "portfolio",
"start_url": "/",
"display": "standalone",
"background_color": "#121212",
"theme_color": "#000000",
"orientation": "portrait-primary",
"icons": [
{
"src": "/favicon.ico",
"type": "image/png",
"sizes": "256x256"
}
]
}