{
  "name": "Nommm",
  "short_name": "Nommm",
  "description": "AI-enhanced recipe library and meal planning app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["food", "lifestyle"],
  "shortcuts": [
    {
      "name": "Add Recipe",
      "short_name": "Add",
      "description": "Quickly add a new recipe",
      "url": "/share",
      "icons": [{ "src": "/icons/add-recipe.png", "sizes": "96x96" }]
    },
    {
      "name": "Meal Planner",
      "short_name": "Planner",
      "description": "View your meal plan",
      "url": "/planner",
      "icons": [{ "src": "/icons/planner.png", "sizes": "96x96" }]
    },
    {
      "name": "Shopping List",
      "short_name": "Shop",
      "description": "View your shopping list",
      "url": "/shopping",
      "icons": [{ "src": "/icons/shopping.png", "sizes": "96x96" }]
    }
  ]
}
