{
  "name": "Tried & True",
  "short_name": "Tried&True",
  "description": "A personal recipe collector that scrapes recipes, structures them with AI, and presents a polished mobile assistant.",
  "start_url": "/",
  "html_theme_color": "#fcfbf7",
  "theme_color": "#2b2927",
  "background_color": "#fcfbf7",
  "display": "standalone",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://img.icons8.com/color/64/cooking-book.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "https://img.icons8.com/color/192/cooking-book.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://img.icons8.com/color/512/cooking-book.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://img.icons8.com/color/192/cooking-book.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
