mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-23 00:14:21 +00:00
16 lines
321 B
JSON
16 lines
321 B
JSON
|
{
|
||
|
"name": "Appunti Web",
|
||
|
"short_name": "Appunti Web",
|
||
|
"start_url": "/appuntiweb/",
|
||
|
"display": "standalone",
|
||
|
"orientation": "portrait",
|
||
|
"background_color": "#0d193b",
|
||
|
"theme_color": "#a0ccff",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/assets/icon.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "800x800"
|
||
|
}
|
||
|
]
|
||
|
}
|