{
  "name": "CruisingWithMe",
  "short_name": "CruisingWithMe",
  "description": "Connect with fellow passengers on your cruise ship",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f7ff",
  "theme_color": "#1a3a5c",
  "orientation": "portrait-primary",
  "categories": ["social", "travel"],
  "icons": [
    {
      "src": "https://images.unsplash.com/photo-1548574505-5e239809ee19?w=192&h=192&fit=crop",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://images.unsplash.com/photo-1548574505-5e239809ee19?w=512&h=512&fit=crop",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Feed",
      "url": "/",
      "description": "View your cruise feed"
    },
    {
      "name": "Messages",
      "url": "/messages",
      "description": "Open your messages"
    },
    {
      "name": "Map",
      "url": "/map",
      "description": "View cruise map"
    }
  ]
}
