{
  "name": "AYS Mühendislik CRM",
  "short_name": "AYS CRM",
  "description": "Su Arıtma Teklif ve CRM Sistemi",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#14532d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Yeni Teklif",
      "url": "/",
      "description": "Yeni teklif oluştur"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "CRM Dashboard"
    }
  ]
}
