{
  "name": "OnlyPans - Social Recipe Sharing",
  "short_name": "OnlyPans",
  "description": "Share and discover delicious recipes with friends",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f97316",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add to Shopping List",
      "short_name": "Shopping List",
      "description": "Add items to your shopping list",
      "url": "/shopping-list?action=add",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Recipe",
      "short_name": "New Recipe",
      "description": "Create a new recipe",
      "url": "/create",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["food", "social", "lifestyle"]
}
