mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-22 13:19:05 +00:00
29 lines
594 B
JSON
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": "/"
|
|
}
|