You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
{
|
|
"name": "Onionite",
|
|
"short_name": "Onionite",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#895CA1",
|
|
"theme_color": "#895CA1",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/icons/homescreen-48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/icons/homescreen-72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/icons/homescreen-96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/icons/homescreen-144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/icons/homescreen-168.png",
|
|
"sizes": "168x168",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/icons/homescreen-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/icons/homescreen-256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/icons/homescreen-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|
|
|