{
  "name": "PiecesOfLife",
  "short_name": "PoL",
  "description": "A small, private group newsletter for friends.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fbf4e3",
  "theme_color": "#7a0f38",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
