{
  "name": "دفتر الزبائن - الكرنة",
  "id": "elkarnah",
  "short_name": "الكرنة",
  "description": "تطبيق لإدارة ديون وحسابات الزبائن",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00aaff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "app.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot.png",
      "sizes": "720x1280",
      "type": "image/png"
    }
  ]
}