mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
34 lines
617 B
JSON
Executable File
34 lines
617 B
JSON
Executable File
{
|
|
"name": "Coriolis.io",
|
|
"short_name": "Coriolis",
|
|
"icons": [
|
|
{
|
|
"src": "images\/logo\/72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image\/png",
|
|
"density": "1.5"
|
|
},
|
|
{
|
|
"src": "images\/logo\/96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image\/png",
|
|
"density": "2.0"
|
|
},
|
|
{
|
|
"src": "images\/logo\/144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image\/png",
|
|
"density": "3.0"
|
|
},
|
|
{
|
|
"src": "images\/logo\/192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image\/png",
|
|
"density": "4.0"
|
|
}
|
|
],
|
|
"start_url": "http:\/\/coriolis.io",
|
|
"display": "standalone",
|
|
"orientation": "portrait"
|
|
}
|