{
  "name": "Hotel4013 - AI Travel Search Engine",
  "short_name": "Hotel4013",
  "description": "AI-powered hotel and flight search engine with facial recognition security and real-time booking",
  "version": "1.0.0",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#d97706",
  "background_color": "#fef3e2",
  "lang": "en",
  "dir": "ltr",
  "categories": ["travel", "business", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshots/home-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Hotel4013 Home Page - Desktop"
    },
    {
      "src": "/screenshots/search-mobile.png", 
      "sizes": "375x812",
      "type": "image/png",
      "platform": "narrow",
      "label": "Hotel4013 Search - Mobile"
    }
  ],
  "icons": [
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Hotels",
      "short_name": "Hotels",
      "description": "Search for hotels worldwide",
      "url": "/hotels",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Search Flights",
      "short_name": "Flights", 
      "description": "Find the best flight deals",
      "url": "/flights",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your travel bookings",
      "url": "/booking",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Download App",
      "short_name": "App",
      "description": "Get the mobile app",
      "url": "/download",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+hotel4013",
      "url": "/booking?id=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.hotel4013.app",
      "id": "com.hotel4013.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/hotel4013/id123456789",
      "id": "123456789"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "offline_enabled": true,
  "features": [
    "offline-search",
    "background-sync", 
    "push-notifications",
    "facial-recognition",
    "ai-recommendations",
    "real-time-pricing"
  ]
}