{
  "name": "PYS — Personel Yönetim Sistemi",
  "short_name": "PYS",
  "description": "Personel takip, puantaj, maaş ve izin yönetimi",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a1a2e",
  "theme_color": "#e85d26",
  "lang": "tr",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Giriş Yap",
      "url": "/login",
      "description": "Panele giriş yap"
    },
    {
      "name": "Terminal",
      "url": "/terminal",
      "description": "Personel check-in/check-out"
    }
  ]
}
