{
  "name": "The Johnson Family",
  "short_name": "Johnsons",
  "description": "The Johnson family, in your pocket \u2014 photos, chat, the family tree and every birthday.",
  "start_url": "app/index.html",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fef9ee",
  "theme_color": "#073b4c",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}