{
  "name": "PlanWise",
  "short_name": "PlanWise",
  "description": "Kişisel görev, alışkanlık ve not paneli",
  "start_url": "/index.php?pwa=1",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#3d7bff",
  "lang": "tr",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Günü Planla",
      "short_name": "Planla",
      "url": "/index.php?action=plan",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
