{
    "_note": "This static file is NOT served by the app. The dynamic manifest is served by ManifestController at /manifest.json — all URLs come from APP_URL in .env. This file is kept only to prevent 404 errors if the route cache is cleared.",
    "name": "CCD APF2 — FPO Management System",
    "short_name": "CCD APF2",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "start_url": "/",
    "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
    ]
}
