{
  "name": "GramCups — Cooking Converter & Recipes",
  "short_name": "GramCups",
  "description": "Convert cups to grams for any ingredient, plus tested recipes with a built-in scaler, cook mode and timers.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FBF3E7",
  "theme_color": "#B45309",
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Converter", "url": "/converter", "description": "Cups to grams converter" },
    { "name": "Baking recipes", "url": "/recipes" },
    { "name": "My saved recipes", "url": "/saved" }
  ]
}
