{
  "name": "نظام أقساط",
  "short_name": "أقساط",
  "description": "إدارة عمليات البيع بالتقسيط بسهولة",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone","minimal-ui"],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "img/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}