{
  "name": "Simple Inventory",
  "short_name": "Inventory",
  "id": "./",
  "start_url": "./dashboard.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f6f7f9",
  "theme_color": "#233142",
  "description": "Offline-first inventory management.",
  "icons": [
    {
      "src": "public/icons/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}

