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

16 lines
319 B
JSON

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