{
  "name": "StudyPlanner Pro",
  "short_name": "StudyPlanner",
  "description": "Akıllı çalışma planlayıcı ve zamanlayıcı uygulaması",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0c0d14",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Zamanlayıcı",
      "short_name": "Timer",
      "description": "Çalışma zamanlayıcısını aç",
      "url": "/Study/Timer",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Planlayıcı",
      "short_name": "Planner",
      "description": "Haftalık planlayıcıyı aç",
      "url": "/Study/Planner",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
