{
  "name": "Zeno Home",
  "short_name": "Zeno Home",
  "description": "Zeno Home. Build habits for a stronger home. Shared rituals, fair rewards, one tap to approve. Published by Zeno One LLC.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F3EA",
  "theme_color": "#F7F3EA",
  "categories": ["productivity", "parenting", "lifestyle"],
  "shortcuts": [
    {
      "name": "Kitchen",
      "short_name": "Kitchen",
      "description": "Grocery lists and this week's meals",
      "url": "/?source=pwa&go=groceries"
    },
    {
      "name": "Family board",
      "short_name": "Board",
      "description": "Notes, check-ins and celebrations",
      "url": "/?source=pwa&go=board"
    }
  ],
  "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
