{
  "id": "/",
  "name": "AiraNurse - دستیار هوشمند سلامت",
  "short_name": "AiraNurse",
  "description": "دستیار هوشمند سلامت و مدیریت خدمات پزشکی",
  "lang": "fa",
  "dir": "rtl",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#0f172a",
  "theme_color": "#0066CC",

  "categories": [
    "health",
    "medical",
    "productivity"
  ],

  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/img/screenshot-mobile-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "صفحه اصلی"
    },
    {
      "src": "/img/screenshot-mobile-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "مدیریت داروها"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "prefer_related_applications": false
}