{
  "name": "Kelimelik Online",
  "short_name": "Kelimelik",
  "description": "İki kişilik online kelime oyunu",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#08384c",
  "theme_color": "#0b526d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}