Files
tm_app/web/manifest.json
T
2025-09-06 14:41:55 +03:30

36 lines
895 B
JSON

{
"name": "OppLens",
"short_name": "OppLens",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "OppLens",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.svg",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.svg",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.svg",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.svg",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}