Files
tfm_ainventory/frontend/public/manifest.json
2026-04-12 10:45:57 +03:00

39 lines
876 B
JSON

{
"name": "TFM aInventory",
"short_name": "aInventory",
"description": "Unified inventory management with offline scanning",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#0a0a0a",
"theme_color": "#3b82f6",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/maskable-icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"categories": ["business", "productivity"],
"shortcuts": [
{
"name": "Scanner",
"url": "/",
"icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
}
]
}