{
  "name": "Eparam - Finansal Yönetim",
  "short_name": "Eparam",
  "description": "Gelir-gider takibi, bütçe planlama ve finansal yönetim uygulaması",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Dashboard'a git",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "İşlemler",
      "short_name": "İşlemler",
      "description": "İşlemleri görüntüle",
      "url": "/transactions",
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}
