{
  "name": "Palletrow",
  "short_name": "Palletrow",
  "description": "The operating system for independent retail.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#FAFAFA",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Receive a delivery",
      "url": "/receiving",
      "description": "Receive an open purchase order"
    },
    {
      "name": "Record waste",
      "url": "/waste",
      "description": "Log expired or damaged stock"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Today's figures"
    }
  ]
}
