{
  "name": "RunnerCRM — מערכת ניהול",
  "short_name": "RunnerCRM",
  "description": "מערכת ניהול לחברת Runner Systems",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0a1f44",
  "orientation": "portrait-primary",
  "lang": "he",
  "dir": "rtl",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "משימות",
      "short_name": "משימות",
      "description": "צפייה במשימות",
      "url": "./?page=tasks",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "לקוחות",
      "short_name": "לקוחות",
      "description": "ניהול לקוחות",
      "url": "./?page=customers",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "scope": "./",
  "id": "/",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://crm.runner-sys.co.il"
    }
  ],
  "prefer_related_applications": false
}