{
  "name": "Budgeify - Kişisel Finans Yönetimi",
  "short_name": "Budgeify",
  "description": "Modern ve minimalist kişisel finans yönetimi uygulaması. Gelir ve giderlerinizi takip edin, harcama alışkanlıklarınızı analiz edin ve finansal hedeflerinize ulaşın.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#050505",
  "orientation": "portrait",
  "scope": "/",
  "lang": "tr",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "categories": ["finance", "productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Gelir Ekle",
      "short_name": "Gelir",
      "description": "Yeni gelir ekle",
      "url": "/?action=add-income",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Harcama Ekle",
      "short_name": "Harcama",
      "description": "Yeni harcama ekle",
      "url": "/?action=add-expense",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
