{
  "short_name": "Saadi 3.0",
  "name": "Saadi Accounting 3.0",
  "description": "Complete accounting software for tuition centers with fee collection, salary management, and expense tracking",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "orientation": "any",
  "categories": ["education", "finance", "business"],
  "shortcuts": [
    {
      "name": "Fee Collection",
      "short_name": "Fees",
      "description": "Collect student fees",
      "url": "/fee-collection",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}