filesafe/public/icons/manifest.json
Bobby Wibowo 59bb906098
Updates
Tags, icons, images and stuff.
2018-01-27 00:34:20 +07:00

22 lines
448 B
JSON

{
"name": "safe.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"
}
],
"theme_color": "#232629",
"background_color": "#232629",
"display": "standalone",
"orientation": "any",
"lang": "en-US"
}