{
  "name": "BongoPOS - POS & Inventory for every business",
  "short_name": "BongoPOS",
  "description": "Point of Sale, Inventory and business management for shops, restaurants and growing teams.",
  "id": "./auth/login",
  "start_url": "./auth/login",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f6ff",
  "theme_color": "#7c3aed",
  "categories": ["business", "productivity", "shopping"],
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
