26 lines
474 B
JSON
26 lines
474 B
JSON
{
|
|
"name": "Hoarder",
|
|
"short_name": "Hoarder",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/logo-16.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/logo-48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/logo-128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait"
|
|
}
|