owntracks-viewer/web/manifest.json

35 lines
921 B
JSON
Raw Normal View History

2024-03-12 20:41:04 +00:00
{
"name": "ot_viewer_app",
"short_name": "ot_viewer_app",
"start_url": ".",
"display": "standalone",
2024-11-05 21:55:27 +00:00
"background_color": "#000000",
"theme_color": "#000000",
2024-03-12 20:41:04 +00:00
"description": "A new Flutter project.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
2024-11-05 21:55:27 +00:00
}