{
  "name": "NexPOS",
  "short_name": "NexPOS",
  "description": "Smart Point of Sale and Quotation Builder",
  "start_url": "/?page=pos",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#1e1e2d",
  "orientation": "portrait",
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}