22 lines
470 B
JSON
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"
|
|
}
|
|
]
|
|
}
|