{
  "name": "Cooking Times",
  "short_name": "Cooking Times",
  "description": "Clear cooking calculators, planners and reminders for real kitchens.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff9f5",
  "theme_color": "#e80c7a",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/cookingtimes/img/logo-sm.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/cookingtimes/img/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Meal planner",
      "short_name": "Planner",
      "description": "Build a timed meal plan.",
      "url": "/planner?source=pwa-shortcut"
    },
    {
      "name": "Meat calculators",
      "short_name": "Meat",
      "description": "Open the main cooking calculators.",
      "url": "/meat?source=pwa-shortcut"
    }
  ]
}
