{
  "id": "/",
  "name": "WILS - Warehouse Item Location System",
  "short_name": "WILS",
  "description": "Warehouse operations, stock control and traceability for B2B teams.",
  "start_url": "/login.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b1014",
  "theme_color": "#0b1014",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "url": "/my_tasks.php?source=pwa-shortcut",
      "icons": [{"src": "/favicon.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Receiving",
      "short_name": "Receive",
      "url": "/receiving_tasks.php?source=pwa-shortcut",
      "icons": [{"src": "/favicon.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Mobile Pick",
      "short_name": "Pick",
      "url": "/mobile_pick.php?source=pwa-shortcut",
      "icons": [{"src": "/favicon.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
