{
  "name": "Inventory Control Web",
  "short_name": "Inventory Control Web",
  "description": "Enterprise inventory control and management system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "lang": "th",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/pwa/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa/screenshot-mobile.png",
      "sizes": "385x824",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of inventory management"
    },
    {
      "src": "/pwa/screenshot-desktop.png",
      "sizes": "1905x910",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of inventory dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View inventory dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/pwa/shortcut-dashboard.png",
          "sizes": "241x316",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  }
}
