{
  "name": "לוח עברי - Hebrew Calendar",
  "short_name": "לוח עברי",
  "description": "לוח שנה עברי, זמני היום ותפילון יומי נקי ונגיש",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A192F",
  "theme_color": "#0A192F",
  "orientation": "portrait",
  "dir": "rtl",
  "lang": "he",
  "categories": ["productivity", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "לוח חודש",
      "short_name": "לוח חודש",
      "description": "פתח את לוח החודש",
      "url": "/app?view=month",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "תפילון",
      "short_name": "תפילון",
      "description": "פתח את התפילון",
      "url": "/app?view=siddur",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}

