{
  "name": "מחירון קומסיין - מחשבון מחירים מתקדם",
  "short_name": "מחירון קומסיין",
  "description": "אפליקציית מחשבון מחירים מתקדמת לפרויקטים שונים של קומסיין - זמינה לשימוש אופליין",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "fullscreen", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#ef4444",
  "orientation": "any",
  "dir": "rtl",
  "lang": "he",
  "scope": "/",
  "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"
    }
  ],
  "categories": ["business", "productivity", "finance", "utilities"],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "protocol_handlers": [],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "חישוב מהיר",
      "short_name": "חישוב",
      "description": "פתיחה ישירה למחשבון המחירים",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}