{
  "name": "local-hotel.com",
  "short_name": "local-hotel.com",
  "description": "Compare hotel prices across 11 platforms worldwide",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "categories": ["travel", "lifestyle"],
  "shortcuts": [
    {
      "name": "Search Hotels",
      "url": "/",
      "description": "Search for hotels"
    },
    {
      "name": "Best Deals",
      "url": "/deals",
      "description": "Browse today's best deals"
    },
    {
      "name": "My Bookings",
      "url": "/bookings",
      "description": "View your bookings"
    }
  ]
}
