{
  "name": "Avacado Fun - Birthday Wishlist & AI-powered Gift Planner",
  "short_name": "Avacado Fun",
  "description": "Create and share personalized birthday wishlists with AI-powered gift suggestions. Plan perfect gifts for friends and family.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "lang": "fa",
  "dir": "auto",
  "categories": ["lifestyle", "social", "productivity"],
  "shortcuts": [
    {
      "name": "My Wishlists",
      "short_name": "Wishlists",
      "description": "View and manage your birthday wishlists",
      "url": "/mylists",
      "icons": [
        {
          "src": "/icons/images/Wishlists.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Find People",
      "short_name": "Search",
      "description": "Find friends and discover their wishlists",
      "url": "/accounts/search",
      "icons": [
        {
          "src": "/icons/search.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Gift Suggestions",
      "short_name": "AI Gifts",
      "description": "Get AI-powered gift suggestions",
      "url": "/gifts/suggestion/intro",
      "icons": [
        {
          "src": "/images/avobot/avobot.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Add Wishlist",
      "short_name": "Add List",
      "description": "Create a new birthday wishlist",
      "url": "/mylists/add",
      "icons": [
        {
          "src": "/icons/plus.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/images/logo/64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo/256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/meta.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Avacado Fun Homepage"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}