{
  "name": "travALL",
  "short_name": "travALL",
  "description": "Operational travel dashboard for backpackers — SOS, expenses, currency, documents.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "lang": "he",
  "dir": "rtl",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#4AABF0",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "categories": ["travel", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "SOS חירום",
      "short_name": "SOS",
      "description": "פתיחה מהירה למסך החירום",
      "url": "/sos",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "הוספת הוצאה",
      "short_name": "הוצאות",
      "description": "פתיחה מהירה להוספת הוצאה חדשה",
      "url": "/expenses?add=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "המרת מטבע",
      "short_name": "מטבע",
      "description": "פתיחה מהירה למסך המרת מטבע",
      "url": "/currency",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
