{
  "name": "Doctor Notes — ד\"ר אדלר",
  "short_name": "Dr. Notes",
  "description": "Medical document generator for Dr. Aaron Adler",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f0f4f8",
  "theme_color": "#1a56db",
  "lang": "he",
  "dir": "rtl",
  "categories": ["medical", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "מרשם חדש",
      "short_name": "מרשם",
      "url": "./index.html?type=prescription",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "אישור מחלה",
      "short_name": "מחלה",
      "url": "./index.html?type=sick",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
