{
  "name": "Stocktake Planner - Bunnings South 5",
  "short_name": "Stocktake",
  "description": "Professional stocktake planning and management app for warehouse operations. Plan rosters, track checklists, manage team areas, and audit top stock.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a472a",
  "theme_color": "#1a472a",
  "orientation": "any",
  "prefer_related_applications": false,
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-AU",
  "dir": "ltr",
  "iarc_rating_id": "",
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard - Network Overview"
    },
    {
      "src": "/screenshots/roster.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Roster Management"
    },
    {
      "src": "/screenshots/mobile-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Dashboard"
    }
  ],
  "icons": [
    {
      "src": "/bunnings-icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View stocktake overview",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Roster",
      "short_name": "Roster",
      "description": "Manage team roster",
      "url": "/roster",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Checklist",
      "short_name": "Checklist",
      "description": "Count week checklist",
      "url": "/checklist",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Readiness",
      "short_name": "Readiness",
      "description": "Check preparation status",
      "url": "/readiness",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
