{
  "name": "Huha - Kết nối không giới hạn",
  "short_name": "Huha",
  "description": "Kết nối không giới hạn, tìm việc và tìm bạn nhanh chóng",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0A84FF",
  "orientation": "portrait",
  "scope": "/",
  "lang": "vi",
  "categories": ["business", "productivity", "social"],
  "prefer_related_applications": false,
  "handle_links": "preferred",

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-256.png",
      "sizes": "256x256", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png", 
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-2.png", 
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "Tạo bài đăng",
      "short_name": "Đăng bài",
      "description": "Tạo bài đăng kết nối mới",
      "url": "/create",
      "icons": [
        {
          "src": "/icon-create.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Khám phá", 
      "short_name": "Khám phá",
      "description": "Tìm kiếm kết nối",
      "url": "/search",
      "icons": [
        {
          "src": "/icon-search.png",
          "sizes": "96x96", 
          "type": "image/png"
        }
      ]
    }
  ]
}