{
  "name": "نظام توصيلة لإدارة الشحن",
  "short_name": "توصيلة",
  "description": "A comprehensive real-time web application for managing a shipping company's operations. It supports various user roles including General Manager, Accountant, Merchant, and Courier, built with React, TypeScript, and Firebase.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}