mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-22 03:56:49 +03:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{ "name": "Slate",
|
|
"short_name": "Slate",
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"scope": "/_",
|
|
"start_url": "/_",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icon-72x72.png",
|
|
"type": "image/png",
|
|
"sizes": "72x72"
|
|
},
|
|
{
|
|
"src": "/static/icon-96x96.png",
|
|
"type": "image/png",
|
|
"sizes": "96x96"
|
|
},
|
|
{
|
|
"src": "/static/icon-128x128.png",
|
|
"type": "image/png",
|
|
"sizes": "128x128"
|
|
},
|
|
{
|
|
"src": "/static/icon-144x144.png",
|
|
"type": "image/png",
|
|
"sizes": "144x144"
|
|
},
|
|
{
|
|
"src": "/static/icon-152x152.png",
|
|
"type": "image/png",
|
|
"sizes": "152x152"
|
|
},
|
|
{
|
|
"src": "/static/icon-192x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/static/icon-384x384.png",
|
|
"type": "image/png",
|
|
"sizes": "384x384"
|
|
},
|
|
{
|
|
"src": "/static/icon-512x512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
} |