{
  "name": "Cüzdan Bütçe Yönetimi",
  "short_name": "Cüzdan",
  "theme_color": "#0e1117",
  "background_color": "#0e1117",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/?pwa=true",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Ozet",
      "short_name": "Ozet",
      "url": "/?pwa=true",
      "description": "Butce ozeti"
    },
    {
      "name": "Islem Ekle",
      "short_name": "Ekle",
      "url": "/?pwa=true&action=add",
      "description": "Yeni islem ekle"
    }
  ]
}