{
  "name": "Pixel Hospital",
  "short_name": "Pixel Hospital",
  "description": "Yaşayan pixel hastane simülasyonu",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#4c7fe8",
  "orientation": "any",
  "scope": "/",
  "lang": "tr",
  "categories": [
    "games",
    "entertainment",
    "simulation"
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/hospital-preview.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/hospital-preview.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/hospital-preview.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/hospital-preview.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pixel Hospital simülasyonu"
    }
  ],
  "shortcuts": [
    {
      "name": "Hastaneyi Aç",
      "short_name": "Oynat",
      "url": "/",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "48x48"
        }
      ]
    }
  ]
}