{
  "name": "Groceries",
  "short_name": "Groceries",
  "description": "A mobile-first shared grocery list for households.",
  "display": "standalone",
  "start_url": "./",
  "scope": "./",
  "background_color": "#fff8f3",
  "theme_color": "#ff6b57",
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
