{
  "name": "up.ai — Belediye Dijital Asistanı",
  "short_name": "up.ai",
  "description": "Belediyeler için 7/24 hizmet veren yapay zekâ destekli vatandaş asistanı",
  "start_url": "../index.html",
  "scope": "../",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0e6272",
  "background_color": "#f4f7f8",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["government", "utilities", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Borç Sorgula",
      "short_name": "Borç",
      "url": "../vatandas/borclarim.html",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Randevu Al",
      "short_name": "Randevu",
      "url": "../vatandas/randevu.html",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Dilekçe Ver",
      "short_name": "Dilekçe",
      "url": "../vatandas/dilekce-ver.html",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Yapay Zekâ Asistan",
      "short_name": "Sohbet",
      "url": "../vatandas/sohbet.html",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}