{
  "name": "Sorted Grocery List",
  "short_name": "Sorted",
  "description": "Check the house, then shop in store-route order.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f7f6f1",
  "theme_color": "#306b4f",
  "orientation": "portrait-primary",
  "categories": ["shopping", "productivity"],
  "icons": [
    {"src":"icon.svg","sizes":"any","type":"image/svg+xml","purpose":"any maskable"}
  ]
}
