{
  "name": "RiverReady",
  "short_name": "RiverReady",
  "description": "Know before you go. River levels at the road crossings you drive.",
  "start_url": "app.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2f8fd",
  "theme_color": "#2b6ca3",
  "categories": ["weather", "travel", "utilities"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "My saved roads", "url": "app.html", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ]
}
