{
  "name": "Scoot — ניווט עירוני",
  "short_name": "Scoot",
  "description": "ניווט חכם לקורקינטים ואופניים",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1b1f2e",
  "theme_color": "#00c07a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["navigation", "travel"],
  "lang": "he",
  "dir": "rtl",
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "share_text",
      "url": "share_url"
    }
  },
  "shortcuts": [
    {
      "name": "נסיעה הביתה",
      "short_name": "הביתה",
      "description": "נסיעה ישירה לבית",
      "url": "/#dest=home",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "נסיעה לעבודה",
      "short_name": "לעבודה",
      "description": "נסיעה ישירה לעבודה",
      "url": "/#dest=work",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
