{
  "name": "Vibe-Tr Topluluğu",
  "short_name": "Vibe-Tr",
  "description": "Türk geliştiriciler için Vibe Coding (AI-Assisted Development) topluluğu",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1115",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.jpg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["developer-tools", "social", "education"],
  "lang": "tr",
  "dir": "ltr",
  "prefer_related_applications": false,
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "type": "module"
  },
  "permissions": [
    "notifications",
    "push"
  ],
  "features": [
    "Cross-Origin-Isolated"
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
