{
    "_comment": [
        "PWA manifest for studygo-landing (the public marketing site at",
        "studygo.info). Lives in apps/landing/public/ because the browser",
        "fetches it at the fixed path /manifest.json (referenced by",
        "<link rel='manifest'> in apps/landing/src/routes/__root.tsx) and",
        "short_name/name carry the public-facing brand identity, which",
        "differs from every authenticated portal — so this file cannot be",
        "shared from studygo-design like the brand icons can.",
        "",
        "The icons array references favicon.ico / logo-192.png / logo-512.png",
        "by relative path. Those files are NOT in apps/landing/public/ — they",
        "are served from packages/design/assets/ via the studygo:shared-brand-assets",
        "plugin in studygo-vite, which intercepts those exact root URLs in dev",
        "and emits bare-named copies into dist/client/ at build time. Edit the",
        "binaries in packages/design/assets/ and every audience app picks them",
        "up automatically.",
        "",
        "_comment is a non-standard field; the W3C Web App Manifest spec",
        "requires implementations to ignore unknown members, so this is safe."
    ],
    "short_name": "StudyGo",
    "name": "StudyGo - ستادي جو",
    "lang": "ar",
    "dir": "rtl",
    "icons": [
        {
            "src": "favicon.ico",
            "sizes": "64x64 48x48 32x32 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "logo-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "logo-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#0c4381",
    "background_color": "#f9f9ff"
}
