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

16 lines
321 B
JSON
Raw Normal View History

2019-11-07 10:22:09 +00:00
{
2019-11-10 15:38:54 +00:00
"name": "Appunti Web",
"short_name": "Appunti Web",
2019-11-10 16:12:47 +00:00
"start_url": "/appuntiweb/",
2019-11-07 10:22:09 +00:00
"display": "standalone",
"orientation": "portrait",
2019-11-10 15:38:54 +00:00
"background_color": "#0d193b",
"theme_color": "#a0ccff",
2019-11-07 10:22:09 +00:00
"icons": [
{
"src": "/assets/icon.png",
"type": "image/png",
2019-11-10 15:38:54 +00:00
"sizes": "800x800"
2019-11-07 10:22:09 +00:00
}
]
}