{
  "short_name": "Factory Inventory",
  "name": "Factory Inventory Management System",
  "description": "Mobile-optimized factory inventory management for production, materials, and quality control",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1890ff",
  "background_color": "#ffffff",
  "categories": ["business", "productivity", "utilities"],
  "lang": "id-ID",
  "dir": "ltr",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "screenshots/dashboard.png",
      "sizes": "540x720",
      "type": "image/png",
      "platform": "narrow"
    },
    {
      "src": "screenshots/inventory.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard statistics",
      "url": "/dashboard",
      "icons": [{ "src": "icons/dashboard.png", "sizes": "96x96" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage materials and products",
      "url": "/inventory/materials",
      "icons": [{ "src": "icons/inventory.png", "sizes": "96x96" }]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and create orders",
      "url": "/transactions/sales-orders",
      "icons": [{ "src": "icons/orders.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "iarc_rating_id": ""
}
