{
  "name": "سامانه حسابداری",
  "short_name": "حسابداری",
  "description": "سامانه جامع حسابداری و مدیریت مالی - دفتر کل، سند، گزارشات مالی",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "dir": "rtl",
  "lang": "fa",
  "theme_color": "#1e293b",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icons/icon-72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "badge"
    },
    {
      "src": "/icons/icon-96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "finance",
    "business",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "داشبورد اصلی"
    },
    {
      "src": "/screenshots/desktop-appointments.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "گزارشات مالی"
    },
    {
      "src": "/screenshots/desktop-patients.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "مدیریت حساب‌ها"
    },
    {
      "src": "/screenshots/mobile-dashboard.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "داشبورد موبایل"
    },
    {
      "src": "/screenshots/mobile-notifications.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "اعلان‌های موبایل"
    },
    {
      "src": "/screenshots/mobile-appointments.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "نوبت‌های موبایل"
    }
  ],
  "shortcuts": [
    {
      "name": "داشبورد مالی",
      "short_name": "داشبورد",
      "description": "مشاهده داشبورد مالی",
      "url": "/dashboard/financial",
      "icons": [
        {
          "src": "/icons/shortcut-appointments.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "گزارشات",
      "short_name": "گزارشات",
      "description": "گزارشات مالی",
      "url": "/dashboard/financial/reports",
      "icons": [
        {
          "src": "/icons/shortcut-patients.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "اعلان‌ها",
      "short_name": "اعلان‌ها",
      "description": "مشاهده اعلان‌ها",
      "url": "/notifications",
      "icons": [
        {
          "src": "/icons/shortcut-notifications.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "مالی",
      "short_name": "مالی",
      "description": "مدیریت مالی و فاکتورها",
      "url": "/dashboard/financial",
      "icons": [
        {
          "src": "/icons/shortcut-financial.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+accounting",
      "url": "/handle?url=%s"
    }
  ]
}