36037-vm/manifest.json
Flatlogic Bot b6296eed55 Version 1
2025-11-22 17:18:03 +00:00

22 lines
470 B
JSON

{
"name": "Opulent POS",
"short_name": "OpulentPOS",
"start_url": "index.php",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#B8860B",
"description": "A simple offline PWA point of sale system.",
"icons": [
{
"src": "assets/images/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/images/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}