{
  "name": "Lemsio",
  "short_name": "Lemsio",
  "description": "Lemsio — Okul Yönetim Sistemi",
  "_comment_display": "PUSH_PLAN §5.2 — iOS delivers Web Push only to a Home Screen web app, and `display` is what makes the icon open as one. ⚠ start_url is DELIBERATELY ABSENT: without it the spec falls back to the URL of the page that linked the manifest, which is how a parent adding /s/<code> gets an icon that opens THEIR child's page. Adding start_url would point every parent icon already on every phone at the staff login screen.",
  "display": "standalone",
  "theme_color": "#0C6B66",
  "background_color": "#FAF8F4",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
