{
  "name": "Menu Maker",
  "short_name": "MenuMaker",
  "description": "Plan your meals and create shopping lists with ease",
  "theme_color": "#0A9B8F",
  "background_color": "#FAF9F7",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/menu-maker-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/menu-maker-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/menu-maker-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/menu-maker-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/menu-maker-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/screenshot2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Add New Recipe",
      "short_name": "New Recipe",
      "description": "Create a new recipe",
      "url": "/my-recipes/new"
    },
    {
      "name": "Plan Meals",
      "short_name": "Plan",
      "description": "Plan your weekly meals",
      "url": "/calendar"
    },
    {
      "name": "Shopping List",
      "short_name": "Shop",
      "description": "View your shopping list",
      "url": "/shopping-list"
    }
  ],
  "categories": ["food", "productivity", "lifestyle"],
  "prefer_related_applications": false,
  "related_applications": [],
  "id": "/"
}
