{
  "name": "SB Chat",
  "short_name": "SB Chat",
  "description": "AES-256 Şifreli Güvenli Mesajlaşma",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#0b141a",
  "theme_color": "#075E54",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["social", "communication", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SB Chat - Güvenli Mesajlaşma"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Yeni Sohbet",
      "short_name": "Sohbet",
      "description": "Yeni bir sohbet başlat",
      "url": "/",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Yıldızlı Mesajlar",
      "short_name": "Yıldızlılar",
      "description": "Yıldızlı mesajlarını gör",
      "url": "/#kaydedilenler",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "related_applications": [],
  "handle_links": "preferred"
}