{
  "name": "Runner ERP — מערכת תפעול",
  "short_name": "Runner ERP",
  "description": "מערכת ניהול תפעולית לחברת Runner Systems",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "orientation": "portrait-primary",
  "lang": "he",
  "dir": "rtl",
  "categories": [
    "business",
    "productivity"
  ],
  "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"
    }
  ],
  "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": "./"
}