filesafe/public/icons/manifest.json

22 lines
448 B
JSON
Raw Normal View History

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