mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-23 08:24:20 +00:00
17 lines
319 B
JSON
17 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"
|
||
|
}
|
||
|
]
|
||
|
}
|