{
  "short_name": "Pablo Inventory",
  "name": "Pablo Inventory Management Dashboard",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Dashboard"
    },
    {
      "src": "screenshot-mobile.png",
      "sizes": "625x853",
      "type": "image/png",
      "label": "Mobile Dashboard"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#37604d",
  "background_color": "#ffffff",
  "orientation": "portrait"
}