{
  "name": "FİKO · Kişisel Finans Koçun",
  "short_name": "FİKO",
  "description": "Banka hesapları, kartlar, faturalar ve bütçeyi tek yerde takip et. AI koçluk ve hızlı işlem girişi ile.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "tr",
  "dir": "ltr",
  "background_color": "#FFFFFF",
  "theme_color": "#4F7CF1",
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Gider ekle",
      "short_name": "Gider",
      "description": "Hızlı harcama/gelir girişi",
      "url": "/transactions/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ekstre yükle",
      "short_name": "Ekstre",
      "description": "Banka ekstresi ile mutabakat",
      "url": "/import",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/transactions/new",
    "method": "GET",
    "params": { "text": "shared", "title": "shared_title" }
  },
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
