manifest.json
340 Bytes
{
"short_name": "steffers.org",
"name": "Personal homepage of Georg Hopp",
"icons": [
{
"src": "favicon.ico",
"sizes": "16x16,32x32,48x48,64x64",
"type": "image/vnd.microsoft.icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}