{
  "name": "GlomaxGPT",
  "short_name": "GlomaxGPT",
  "description": "Yapay zeka destekli profesyonel asistan platformu",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "education"],
  "id": "glomaxgpt-pwa",
  "icons": [
    {
      "src": "/assets/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.php?size=96",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Yeni Sohbet",
      "short_name": "Sohbet",
      "url": "/?new=1&source=shortcut",
      "icons": [{ "src": "/icon.php?size=192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Görsel Oluştur",
      "short_name": "Görsel",
      "url": "/image-gen?source=shortcut",
      "icons": [{ "src": "/icon.php?size=192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sesli Sohbet",
      "short_name": "Sesli",
      "url": "/voice?source=shortcut",
      "icons": [{ "src": "/icon.php?size=192", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/?share=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "focus-existing" }
}