{
  "name": "Kitchly",
  "short_name": "Kitchly",
  "description": "Your recipes, your meal plan, and the shopping list that falls out of both.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f3ec",
  "theme_color": "#f7f3ec",
  "categories": ["food", "lifestyle", "productivity"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Shopping list", "url": "./?tab=shopping", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Meal planner",  "url": "./?tab=planner",  "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
