{
  "name": "گالری تاج آبادی",
  "short_name": "گالری تاج آبادی",
  "description": "گالری تاج آبادی",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  //"background_color": "#ffffff",
  //"theme_color": "#2196F3",
  "lang": "fa",
  "icons": [
    {
      "src": "/images/logo.png", // ← این فایل واقعاً وجود داره؟
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable" // ← این رو اضافه کن
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}