{
  "name": "Divit - Kelime İşlemci",
  "short_name": "Divit",
  "description": "BilTAY Arc IES kelime işlemci — Word belgelerini açın, düzenleyin, Sandık'a kaydedin ve paylaşın.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#1565C0",
  "lang": "tr",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "launch_handler": { "client_mode": "auto" },
  "file_handlers": [
    {
      "action": "/?src=file",
      "accept": {
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/msword": [".doc"],
        "application/rtf": [".rtf"],
        "text/plain": [".txt"]
      }
    }
  ]
}
