{
  "name": "RollDeep Traveler",
  "short_name": "RollDeep",
  "description": "Your vacation companion - plan, explore, and experience your trip",
  "theme_color": "#3B82F6",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/p-key-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/p-key-favicon.png",
      "sizes": "146x146",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "travel",
    "lifestyle"
  ],
  "screenshots": [
    {
      "src": "/screenshots/trip-view.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Trip itinerary view"
    },
    {
      "src": "/screenshots/marketplace.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Marketplace"
    }
  ],
  "shortcuts": [
    {
      "name": "View Trips",
      "short_name": "Trips",
      "description": "View your upcoming trips",
      "url": "/trips",
      "icons": [
        {
          "src": "/icons/trips.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Marketplace",
      "short_name": "Shop",
      "description": "Browse local services and products",
      "url": "/marketplace",
      "icons": [
        {
          "src": "/icons/marketplace.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+rolldeep",
      "url": "/%s"
    }
  ],
  "url_handlers": [
    {
      "origin": "https://traveler.rolldeep.com"
    }
  ]
}