{
  "name": "RecipeFiler — Scan, save & share family recipes",
  "short_name": "RecipeFiler",
  "description": "Scan handwritten and printed recipes into beautiful, shareable, printable family cookbooks. Hands-free Kitchen View included.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FDFBF7",
  "theme_color": "#FFAE3D",
  "categories": ["food", "lifestyle", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-import",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Scan a recipe",
      "short_name": "Scan",
      "description": "Snap or upload a recipe to file it instantly",
      "url": "/scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Paste a link",
      "short_name": "Link",
      "description": "Import a recipe from any cookery site, Instagram or TikTok",
      "url": "/scan?mode=url",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Kitchen View",
      "short_name": "Kitchen",
      "description": "Hands-free, voice-driven cooking",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
