{
  "id": "/?source=pwa",
  "name": "Cube Planner - Modular Meal Prep & Freezer Stash",
  "short_name": "Cube Planner",
  "description": "Component-based meal planning, AI recipe scraping, live macro calculation, and freezer stash management.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0f17",
  "theme_color": "#0b0f17",
  "categories": ["food", "health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Meal Planner",
      "url": "/planner",
      "description": "View and plan your weekly meals"
    },
    {
      "name": "Freezer Stash",
      "url": "/inventory",
      "description": "Manage frozen portion cubes and blocks"
    },
    {
      "name": "Recipe Library",
      "url": "/recipes",
      "description": "Browse and cook recipes"
    }
  ]
}
