1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 16:34:21 +00:00
triennale-appunti-steffo/docs/assets/manifest.json
2020-09-01 18:14:50 +02:00

16 lines
304 B
JSON

{
"name": "Unisteffo",
"short_name": "Unisteffo",
"start_url": "/",
"display": "browser",
"orientation": "portrait",
"background_color": "#0d193b",
"theme_color": "#1c2b4f",
"icons": [
{
"src": "/assets/icon.png",
"type": "image/png",
"sizes": "800x800"
}
]
}