{
  "name": "Secapus Platform",
  "short_name": "Secapus",
  "description": "Data Security Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080f1e",
  "theme_color": "#213753",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["security", "business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ana Dashboard"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobil Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Veri Keşfi",
      "short_name": "Keşif",
      "description": "Veri keşfi sayfasına git",
      "url": "/data-discovery",
      "icons": [
        {
          "src": "/icons/shortcut-discovery.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Tehdit Avcılığı",
      "short_name": "Tehdit",
      "description": "Tehdit avcılığı sayfasına git",
      "url": "/threat-hunting",
      "icons": [
        {
          "src": "/icons/shortcut-threat.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Ayarlar",
      "short_name": "Ayarlar",
      "description": "Ayarlar sayfasına git",
      "url": "/settings",
      "icons": [
        {
          "src": "/icons/shortcut-settings.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://Secapus.com"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "new-client",
  "file_handlers": [
    {
      "action": "/file-handler",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"],
        "text/plain": [".txt", ".log"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+Secapus",
      "url": "/protocol-handler?protocol=%s"
    }
  ]
}
