{
  "name": "MoveCoal ERP",
  "short_name": "MoveCoal",
  "description": "Coal transport and trading ERP for dispatch, trips, fleet, stock, accounting, and platform operations.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F3F4F6",
  "theme_color": "#111111",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/movecoal-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/movecoal-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/movecoal-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/movecoal-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Trip",
      "short_name": "Trip",
      "description": "Open the trip generation workflow.",
      "url": "/workspace/dispatch",
      "icons": [{ "src": "/icons/movecoal-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Mobile Field",
      "short_name": "Field",
      "description": "Open mobile field workflow.",
      "url": "/mobile/trips",
      "icons": [{ "src": "/icons/movecoal-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
