{
  "name": "Sandik",
  "short_name": "Sandik",
  "description": "Application syndic en ligne pour la gestion de copropriété — suivi des cotisations, gestion des appartements et rapports financiers.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "lang": "ar",
  "dir": "rtl",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "auto"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "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": [
    {
      "src": "/screenshots/1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "لوحة التحكم",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "الشقق",
      "short_name": "Apartments",
      "url": "/apartments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "المدفوعات",
      "short_name": "Payments",
      "url": "/contributions",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "application/pdf": [".pdf"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+sandik",
      "url": "/?data=%s"
    }
  ],
  "widgets": [
    {
      "name": "Sandik Quick Stats",
      "short_name": "Stats",
      "description": "View quick building stats",
      "url": "/dashboard"
    }
  ],
  "iarc_rating_id": "e1c2a3b4-0000-0000-0000-sandik000000",
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://sandik.app"
    }
  ]
}
