{
  "name": "Andrews Yard Check",
  "short_name": "Yard Check",
  "description": "Walk the yard and record what is on it.",
  "id": "/andrews_yardcheck.html",
  "start_url": "andrews_yardcheck.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "orientation": "any",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "assets/icons/yard-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/yard-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}