{
  "id": "/",
  "name": "Viona Web Site Oluşturucu",
  "short_name": "Viona Web",
  "description": "Viona AI ile profesyonel, mobil uyumlu ve indirilebilir web siteleri oluşturun.",
  "lang": "tr-TR",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#191919",
  "theme_color": "#191919",
  "categories": ["productivity", "developer", "design", "business"],
  "icons": [
    {
      "src": "/assets/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Yeni web sitesi",
      "short_name": "Yeni proje",
      "description": "Viona Web mesaj alanını aç",
      "url": "/?source=shortcut",
      "icons": [{"src": "/assets/pwa/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Projelerim",
      "short_name": "Projeler",
      "description": "Kayıtlı Viona Web projelerini görüntüle",
      "url": "/?view=projects&source=shortcut",
      "icons": [{"src": "/assets/pwa/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "share_target": {
    "action": "/?source=share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text": "text",
      "url": "share_url"
    }
  },
  "prefer_related_applications": false
}
