{
  "id": "./",
  "name": "Inventory Management & Billing System",
  "short_name": "Inventory",
  "description": "Inventory tracking, billing, sales, delivery, returns, and reporting system.",
  "start_url": "./login.php",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f4f1ea",
  "theme_color": "#0f766e",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
  {
    "src": "screenshots/screenshot-wide.png",
    "sizes": "1917x1078",
    "type": "image/png",
    "form_factor": "wide"
  },
  {
    "src": "screenshots/screenshot-mobile.png",
    "sizes": "922x2048",
    "type": "image/png"
  }

  ]
}