{
  "id": "/",
  "name": "Yommo!",
  "short_name": "Yommo",
  "description": "Be there. Anywhere. Your family's what, when & where — shared calendar, schedule scanner, tasks, photos and reminders, in English and Spanish.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#3B2A4E",
  "theme_color": "#3B2A4E",
  "categories": [
    "lifestyle",
    "productivity"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}