{
  "name": "YMDB - All Food",
  "short_name": "YMDB",
  "description": "Manage all your food needs - recipes, meal planning, shopping lists, and nutrition tracking in one powerful app.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ff6b35",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["food", "health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/app-icon-60.png",
      "sizes": "60x60",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon-120.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/ios-icon-60x60.png",
      "sizes": "60x60",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/ios-icon-120x120.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/ios-icon-1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "apple touch icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Recipe",
      "short_name": "Add Recipe",
      "description": "Quickly add a new recipe",
      "url": "/mobile/recipes?action=add",
      "icons": [
        {
          "src": "/app-icon-120.png",
          "sizes": "120x120"
        }
      ]
    },
    {
      "name": "Food Log",
      "short_name": "Log Food",
      "description": "Log your meals",
      "url": "/mobile/log",
      "icons": [
        {
          "src": "/app-icon-120.png",
          "sizes": "120x120"
        }
      ]
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "View your shopping list",
      "url": "/mobile/list",
      "icons": [
        {
          "src": "/app-icon-120.png",
          "sizes": "120x120"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=food.ymdb.app",
      "id": "food.ymdb.app"
    }
  ],
  "prefer_related_applications": false
}