{
  "name": "Roli-Checkup - צ'ק-אפ פיננסי",
  "short_name": "Roli-Checkup",
  "description": "הפוך את העתיד הפיננסי שלך לברור ובטוח",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1E3A5F",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "התחל צ'ק-אפ",
      "url": "/checkup/step/1",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "finance",
    "lifestyle"
  ],
  "lang": "he",
  "dir": "rtl",
  "display_override": [
    "window-controls-overlay"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "iarc_rating_id": "",
  "scope": "/",
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "update_via_cache": "none"
  },
  "id": "roli-checkup-pwa",
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "auto"
    ]
  },
  "handle_links": "auto",
  "edge_side_panel": {
    "preferred_width": 400
  }
}