{
  "name": "SwanArt — نظام البيع",
  "short_name": "SwanArt",
  "description": "واجهة عصرية للمحاسبة والمبيعات متصلة مع أودو",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fafbfc",
  "theme_color": "#ff6b0f",
  "lang": "ar",
  "dir": "rtl",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "بيع جديد",
      "short_name": "بيع",
      "url": "/sales/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "الذمم",
      "short_name": "ذمم",
      "url": "/receivables",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
