{
  "id": "harfly-word-game",
  "name": "Harfly - Kelime Oyunu",
  "short_name": "Harfly",
  "version": "1.1.0",
  "description": "Türkçe ve İngilizce kelime hazineni geliştiren modern kelime oyunu",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0f0f23",
  "theme_color": "#9333EA",
  "orientation": "portrait",
  "scope": "/",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["games", "education"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71de-4b25-8e7c-14d2e9152a3e",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+harfly",
      "url": "/?protocol=%s"
    }
  ],
  "icons": [
    {
      "src": "icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Harfly Kelime Oyunu Ana Ekran"
    },
    {
      "src": "icons/icon-1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Harfly Kelime Oyunu Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Pratik Yap",
      "short_name": "Pratik",
      "description": "Classic word game",
      "url": "/html/game-normal.html",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Zamana Karşı",
      "short_name": "Hızlı Ol",
      "description": "Time-based word game",
      "url": "/html/game-speed.html",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Çak Bir Beşlik",
      "short_name": "5'lik",
      "description": "5-letter word game",
      "url": "/html/game-beslik.html",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Kelime Ustası",
      "short_name": "Kelime Ustası",
      "description": "Challenge mode with cards",
      "url": "/html/game-survivor.html",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}