{
  "id": "/",
  "lang": "en-IN",
  "dir": "ltr",
  "name": "EyeOnTrip — Hotels, Bikes & Trips in Manali",
  "short_name": "EyeOnTrip",
  "description": "See more. Pay less. Book hotels and bike rentals in Manali with up to 50% off, get deep place info, and plan smarter trips—all in one fast, installable app.",
  "author": "EyeOnTrip",
  "scope": "/",
  "start_url": "/?source=pwa_install",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "theme_color": "#3BAA3F",
  "background_color": "#FFFFFF",
  "categories": ["travel", "navigation", "lifestyle", "maps", "utilities", "productivity", "booking", "accommodation", "transportation", "tourism", "trip", "adventure", "outdoors", "recreation", "exploration", "vacation", "trip-planning", "bikes"],
  "prefer_related_applications": false,

  "shortcuts": [
    {
      "name": "Search Hotels",
      "short_name": "Hotels",
      "description": "Find Manali stays at guaranteed low prices",
      "url": "/hotels?utm_source=pwa_shortcut",
      "icons": [{ "src": "/favicon/favicon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" }]
    },
    {
      "name": "Rent a Bike",
      "short_name": "Bikes",
      "description": "Browse bike rentals for your trip in Manali",
      "url": "/bikes?utm_source=pwa_shortcut",
      "icons": [{ "src": "/favicon/favicon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" }]
    },
    {
      "name": "Help & Support",
      "short_name": "Support",
      "description": "Get trip assistance and FAQs",
      "url": "/support?utm_source=pwa_shortcut",
      "icons": [{ "src": "/favicon/favicon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" }]
    }
  ],

  "icons": [
    { "src": "/favicon/favicon-16x16.png", "sizes": "16x16", "type": "image/png", "purpose": "any" },
    { "src": "/favicon/favicon-32x32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" },
    { "src": "/favicon/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/favicon/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],

  "screenshots": [
    { "src": "/favicon/og-3600x2060.png", "sizes": "3600x2060", "type": "image/png", "form_factor": "wide" },
    { "src": "/screenshots/home-1080x1920.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow" },
    { "src": "/screenshots/hotels-1280x720.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" },
    { "src": "/screenshots/bikes-1280x720.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" }
  ],

  "protocol_handlers": [
    { "protocol": "web+eyeontrip", "url": "/open?link=%s" }
  ],

  "capture_links": "existing-client-event",

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "files", "accept": ["image/*", "application/pdf"] }]
    }
  },

  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "application/pdf": [".pdf"],
        "text/plain": [".txt", ".csv"]
      }
    }
  ],

  "handle_links": "preferred",
  "related_applications": [],
  "launch_handler": { "client_mode": "navigate-existing" }
}
