{
  "name": "TrackCruisePrices",
  "short_name": "TrackCruisePrices",
  "description": "Track cruise prices, get alerts when prices drop, and find the best cruise deals.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "shopping", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Cruises",
      "url": "/browse.php",
      "description": "Browse all available cruises"
    },
    {
      "name": "My Tracked Cruises",
      "url": "/mycruises/",
      "description": "View your tracked cruises"
    },
    {
      "name": "Price Alerts",
      "url": "/alerts/",
      "description": "Manage your price alerts"
    }
  ]
}
