{
  "name": "Hesaplı Ol - Nakit Akışı Takip",
  "short_name": "Hesaplı Ol",
  "description": "Faturalar, krediler, taksitler, abonelikler, borç/alacak ve kişisel harcamalarınızı tek yerden takip edin.",
  "id": "./index.html",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0a0e13",
  "theme_color": "#0a0e13",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["finance", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Yeni Gider Ekle",
      "short_name": "Yeni Gider",
      "description": "Doğrudan yeni bir gider ekleme ekranını aç",
      "url": "./index.html?action=new-expense",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
