{
  "name": "PWA Görsel Arama Motoru",
  "short_name": "GörselAra",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#f5f5f5",
  "theme-color": "#4CAF50",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}