filesafe/public/icons/manifest.json
Bobby Wibowo 17f9848ca5
Updates
2018-04-25 22:29:31 +07:00

29 lines
594 B
JSON

{
"name": "safe.fiery.me",
"short_name": "fiery.me",
"description": "A pomf-like file uploading service that doesn't suck.",
"icons": [
{
"src": "/icons/192px.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/384px.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icons/512px.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#232629",
"background_color": "#232629",
"display": "standalone",
"orientation": "any",
"lang": "en-US",
"start_url": "/"
}