{
  "name": "Zihin Bahçesi",
  "short_name": "ZihinBahçe",
  "description": "Alışkanlıklarını yetiştir, şehrini inşa et",
  "start_url": "/modules/habits/",
  "scope": "/modules/habits/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0b1120",
  "background_color": "#0b1120",
  "lang": "tr",
  "categories": ["lifestyle", "health", "productivity"],
  "icons": [
    {
      "src": "assets/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Bahçeme Git",
      "short_name": "Bahçem",
      "description": "Günlük alışkanlıklarını gör",
      "url": "/modules/habits/?page=garden",
      "icons": [{ "src": "assets/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hızlı Ekle",
      "short_name": "Yeni Alışkanlık",
      "description": "Yeni bir alışkanlık ekle",
      "url": "/modules/habits/?action=add",
      "icons": [{ "src": "assets/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
