{
  "name": "Zeno Kitchen",
  "short_name": "Zeno Kitchen",
  "description": "Zeno Kitchen. Send it a recipe — dinner is planned and the groceries are already sorted by store. Published by Zeno One LLC.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F3EA",
  "theme_color": "#F7F3EA",
  "categories": ["food", "lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Shopping lists",
      "short_name": "Lists",
      "description": "Your lists, sorted by store",
      "url": "/?source=pwa&go=groceries"
    },
    {
      "name": "This week's meals",
      "short_name": "Meals",
      "description": "Plan the week and capture recipes",
      "url": "/?source=pwa&go=meals"
    }
  ],
  "icons": [
    {
      "src": "/kitchen-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/kitchen-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/kitchen-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/kitchen-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
