{
  "name": "Tablespoon",
  "short_name": "Tablespoon",
  "description": "Scan receipts, track food, plan meals. Cook more. Waste less.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F0E8",
  "theme_color": "#5C7A4E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "categories": ["food", "productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Fridge Check",
      "short_name": "Fridge",
      "description": "Check what you can cook with your ingredients",
      "url": "/tools/fridge-check"
    },
    {
      "name": "Meal Plan",
      "short_name": "Meal Plan",
      "description": "Generate a 7-day meal plan",
      "url": "/tools/meal-plan"
    }
  ]
}
