{
  "name": "Express Inventory PWA",
  "short_name": "Express",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f4f8ff",
  "theme_color": "#0b1220",
  "description": "Offline-first stock, sales, expenses and analytics tracker.",
  "icons": [
    {
      "src": "express-stamp.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "express-stamp.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ]
}
