filesafe/public/icons/manifest.json

29 lines
597 B
JSON
Raw Normal View History

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