{
  "name": "Tripifive Tours",
  "short_name": "Tripifive",
  "id": "com.tripifive.app",
  "description": "Premium Expedition & Tour Management Platform for travelers and explorers.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "minimal-ui"],
  "note_taking": {
    "new_note_url": "/?tab=updates&action=new-note"
  },
  "widgets": [
    {
      "name": "Next Trip",
      "short_name": "Trip",
      "description": "Glance at your next scheduled expedition",
      "tag": "next-trip",
      "template": "trip-widget",
      "data": "/api/widget-data",
      "type": "application/json",
      "icons": [
        {
          "src": "https://ui-avatars.com/api/?name=T5&background=f97316&color=fff&size=512",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "categories": ["travel", "lifestyle", "productivity"],
  "iarc_rating_id": "e58c174a-81d2-4c3c-ac74-da60156d9539",
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/?share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+tripifive",
      "url": "/?expedition=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".trip"],
        "application/json": [".itinerary"]
      },
      "icons": [
        {
          "src": "https://ui-avatars.com/api/?name=Doc&background=f97316&color=fff&size=192",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "icons": [
    {
      "src": "https://ui-avatars.com/api/?name=T5&background=f97316&color=fff&size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://ui-avatars.com/api/?name=T5&background=f97316&color=fff&size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://ui-avatars.com/api/?name=T5&background=f97316&color=fff&size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://ui-avatars.com/api/?name=T5&background=f97316&color=fff&size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Trips",
      "description": "View your upcoming and past expeditions",
      "url": "/?tab=trips",
      "icons": [{ "src": "https://ui-avatars.com/api/?name=T&background=f97316&color=fff&size=192", "sizes": "192x192" }]
    },
    {
      "name": "New Trip",
      "description": "Book a new featured expedition",
      "url": "/?tab=home",
      "icons": [{ "src": "https://ui-avatars.com/api/?name=N&background=f97316&color=fff&size=192", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1503220317375-aaad61436b1b?auto=format&fit=crop&q=80&w=1080&h=1920",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Tripifive Mobile Explorer"
    },
    {
      "src": "https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?auto=format&fit=crop&q=80&w=1920&h=1080",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Tripifive Desktop Fleet Management"
    }
  ]
}
