{
  "name": "Tidy Orders",
  "short_name": "Tidy Orders",
  "description": "Tidy up your business purchases for tax time.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Receipt",
      "short_name": "Upload",
      "description": "Upload a receipt or statement",
      "url": "/capture",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
