{
  "name": "Tratok",
  "short_name": "Tratok",
  "description": "Travel the world with Tratok — book hotels, flights, cars and activities using crypto.",
  "id": "/?source=pwa",
  "start_url": "/app_index.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#080B14",
  "background_color": "#080B14",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {"src": "/images/pwa/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/images/pwa/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any"},
    {"src": "/images/pwa/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any"},
    {"src": "/images/pwa/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/images/pwa/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "shortcuts": [
    {"name": "Search trips",        "short_name": "Search",  "url": "/search.php",         "icons": [{"src": "/images/pwa/sc-search.png", "sizes": "96x96"}]},
    {"name": "My trips",            "short_name": "Trips",   "url": "/trips.php",          "icons": [{"src": "/images/pwa/sc-trips.png",  "sizes": "96x96"}]},
    {"name": "Chats",               "short_name": "Chats",   "url": "/chat.php",           "icons": [{"src": "/images/pwa/sc-chat.png",   "sizes": "96x96"}]},
    {"name": "Notifications",       "short_name": "Bell",    "url": "/app_notifications.php", "icons": [{"src": "/images/pwa/sc-bell.png", "sizes": "96x96"}]}
  ],
  "categories": ["travel", "social", "lifestyle"],
  "screenshots": [
    {"src": "/images/pwa/ss-home.png",   "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Home feed"},
    {"src": "/images/pwa/ss-search.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Search"},
    {"src": "/images/pwa/ss-chat.png",   "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Chat"}
  ],
  "share_target": {
    "action": "/share-target.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  },
  "prefer_related_applications": false,
  "edge_side_panel": {"preferred_width": 480}
}
