1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 00:14:21 +00:00
triennale-appunti-steffo/docs/manifest.json

16 lines
286 B
JSON
Raw Normal View History

2020-10-14 01:54:00 +00:00
{
"name": "Appunti di Steffo",
"short_name": "Appuntiweb",
"start_url": "/",
"display": "browser",
"orientation": "portrait",
"background_color": "#0d193b",
"theme_color": "#1c2b4f",
"icons": [
{
"src": "/favicon.ico",
"type": "image/x-icon"
}
]
}