human/demo/manifest.webmanifest

11 lines
304 B
Plaintext
Raw Normal View History

2020-11-06 22:21:20 +01:00
{
"name": "Human Library",
"short_name": "Human",
2021-05-26 14:47:31 +02:00
"icons": [{ "src": "../assets/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }],
2020-11-06 22:21:20 +01:00
"start_url": "./index.html",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000"
2021-10-12 20:17:33 +02:00
}