{
  "name": "AssetMango",
  "short_name": "AssetMango",
  "description": "Every asset. Every subscription. One intelligent system.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#FF4D0D",
  "background_color": "#F4EBDB",
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan",
      "url": "/scan",
      "description": "Scan a QR code or barcode"
    },
    {
      "name": "Audits",
      "url": "/audits",
      "description": "Run a physical inventory audit"
    }
  ]
}
