{
  "name": "Hedaply Quotations",
  "short_name": "Hedaply Quotations",
  "description": "Quick quotation app for Heda Plywoods",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F9FAF7",
  "theme_color": "#556B2F",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Quotation",
      "url": "/products",
      "description": "Create a new quotation"
    },
    {
      "name": "Quotation History",
      "url": "/quotations",
      "description": "View past quotations"
    }
  ]
}
