{
  "id": "/",
  "name": "GroundUp One",
  "short_name": "GroundUp One",
  "description": "Estimating, takeoff, plans and material lists for construction teams — on every device.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#1e293b",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/jobs",
      "description": "Open your projects"
    },
    {
      "name": "Estimates",
      "short_name": "Estimates",
      "url": "/estimates",
      "description": "Open estimates"
    },
    {
      "name": "Plan Room",
      "short_name": "Plans",
      "url": "/plans",
      "description": "Open the plan room"
    }
  ]
}
