filehost/site/manifest.json

28 lines
558 B
JSON
Raw Normal View History

2023-08-12 06:23:18 +03:00
{
"short_name": "hajamedia",
"name": "hajamielis file hosting app",
"description": "upload files",
"version": "0.1",
"background_color": "#010e1c",
"theme_color": "#010e1c",
"display": "standalone",
"orientation": "portrait",
"icons": [
{
"src": "./i/t_48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "./i/t_96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "./i/t_192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/"
}