{
  "name": "DentFlow — Canadian Dental SaaS Platform",
  "short_name": "DentFlow",
  "description": "RCDSO Compliant · IPAC Aligned · PIPEDA Secure — dental clinic inventory and consumption tracking",
  "start_url": "/mobile",
  "display": "standalone",
  "background_color": "#f7f6f3",
  "theme_color": "#17171c",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily stock count",
      "short_name": "Stock",
      "description": "Submit today's stock count",
      "url": "/mobile",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "description": "Upload and review supplier invoices",
      "url": "/invoices",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
