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

16 lines
286 B
JSON
Raw Normal View History

2020-03-01 20:25:46 +00:00
{
2020-09-08 16:13:16 +00:00
"name": "Appunti di Steffo",
"short_name": "Appuntiweb",
2020-06-28 17:05:08 +00:00
"start_url": "/",
2020-03-01 20:25:46 +00:00
"display": "browser",
"orientation": "portrait",
"background_color": "#0d193b",
2020-06-28 17:05:08 +00:00
"theme_color": "#1c2b4f",
2020-03-01 20:25:46 +00:00
"icons": [
{
2020-09-08 16:13:16 +00:00
"src": "/favicon.ico",
"type": "image/x-icon"
2020-03-01 20:25:46 +00:00
}
]
}