mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 08:26:22 +00:00
59bb906098
Tags, icons, images and stuff.
22 lines
448 B
JSON
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"
|
|
}
|