{
  "name": "Traveliz",
  "short_name": "Traveliz",
  "description": "Plan. Match. Travel. — תכנן טיולים, מצא שותפים לדרך, הזמן טיסות ומלונות",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "lang": "he",
  "dir": "rtl",
  "categories": ["travel", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Traveliz — לוח בקרה"
    }
  ],
  "shortcuts": [
    {
      "name": "טיול חדש",
      "short_name": "חדש",
      "description": "צור טיול חדש",
      "url": "/?action=new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "הטיולים שלי",
      "short_name": "טיולים",
      "description": "צפה בטיולים שלי",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
