{
  "name": "GreyOSFin",
  "short_name": "GreyOSFin",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#121319",
  "theme_color": "#121319",
  "orientation": "portrait",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Hızlı Ekle",
      "short_name": "Hızlı Ekle",
      "description": "Yeni bir gelir veya gider kaydı ekle",
      "url": "./index.html?shortcut=quickadd",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Bugünkü Özet",
      "short_name": "Özet",
      "description": "Genel bakış panosunu aç",
      "url": "./index.html?shortcut=summary",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
