{
  "name": "Yapılacaklar.com - Görev Yönetimi",
  "short_name": "Yapılacaklar",
  "description": "Kişisel ve şirket görevlerinizi kolayca yönetin",
  "start_url": "/todoapp/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1d1d1f",
  "orientation": "portrait-primary",
  "scope": "/todoapp/",
  "lang": "tr",
  "icons": [
    {
      "src": "/todoapp/pwa-icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/todoapp/pwa-icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/todoapp/pwa-icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/todoapp/pwa-icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/todoapp/pwa-icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/todoapp/pwa-icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/todoapp/pwa-icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/todoapp/pwa-icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Kişisel Görevler",
      "short_name": "Kişisel",
      "description": "Kişisel görevlerinizi görüntüleyin",
      "url": "/todoapp/personal_todo",
      "icons": [{ "src": "/todoapp/pwa-icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Şirket Görevleri",
      "short_name": "Şirket",
      "description": "Şirket görevlerini görüntüleyin",
      "url": "/todoapp/todo",
      "icons": [{ "src": "/todoapp/pwa-icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Takvim",
      "short_name": "Takvim",
      "description": "Takvimi görüntüleyin",
      "url": "/todoapp/calendar",
      "icons": [{ "src": "/todoapp/pwa-icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": []
}

