{
  "name": "SSIPMT Inventory System",
  "short_name": "Inventory",
  "start_url": "login.php",
  "scope": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "icons": [
    { "src": "uploads/logo-naac.jpg", "sizes": "192x192", "type": "image/jpeg" },
    { "src": "uploads/logo-naac.jpg", "sizes": "512x512", "type": "image/jpeg" }
  ],
  "shortcuts": [
    {
      "name": "Issue Stock",
      "short_name": "Issue",
      "url": "issue_stock.php",
      "icons": [{ "src": "uploads/logo-naac.jpg", "sizes": "192x192", "type": "image/jpeg" }]
    },
    {
      "name": "Receive Stock",
      "short_name": "Receive",
      "url": "receive_stock.php",
      "icons": [{ "src": "uploads/logo-naac.jpg", "sizes": "192x192", "type": "image/jpeg" }]
    }
  ]
}
