{
  "name": "POS + Stock + Report",
  "short_name": "POS Flo",
  "description": "Offline-first POS for small businesses",
  "start_url": "/pos",
  "display": "standalone",
  "background_color": "#fefae0",
  "theme_color": "#3d5a80",
  "icons": [
    {
      "src": "/icons/favicon.ico",
      "type": "image/x-icon",
      "sizes": "16x16 32x32"
    },
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ]
}
