{
  "id": "/?app=roadbook-studio",
  "name": "Roadbook Studio",
  "short_name": "Roadbook",
  "description": "בונה רודבוקים אינטראקטיבי למטיילים — מפה חיה, מזג אוויר, גובה, מטבע, GPX.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#080b10",
  "theme_color": "#F2C230",
  "lang": "he",
  "dir": "auto",
  "categories": [
    "travel",
    "navigation",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "./icon-mask-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "./icon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "מצב כידון (HUD)",
      "short_name": "כידון",
      "url": "./app.html?mode=cockpit"
    },
    {
      "name": "הטיולים שלי",
      "short_name": "טיולים",
      "url": "./app.html?view=trips"
    }
  ]
}