{
    "name": "FreshZone — Vape & Smoke Detector",
    "short_name": "FreshZone",
    "description": "Real-time campus vape and smoke detection monitoring system with live PM1.0 readings from sensors.",
    "start_url": "/auth.html",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#004e7a",
    "background_color": "#004e7a",
    "categories": ["utilities", "health", "safety", "monitoring"],
    "lang": "en-PH",
    "dir": "ltr",
    "icons": [
        {
            "src": "/favicon_io/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon_io/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon_io/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon_io/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon_io/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Live Dashboard",
            "short_name": "Monitor",
            "description": "View real-time sensor readings and alerts",
            "url": "/dashboard.html",
            "icons": [
                {
                    "src": "/favicon_io/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "purpose": "any maskable"
                }
            ]
        },
        {
            "name": "Detection History",
            "short_name": "History",
            "description": "View past vape/smoke detection events",
            "url": "/history.html",
            "icons": [
                {
                    "src": "/favicon_io/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "purpose": "any maskable"
                }
            ]
        },
        {
            "name": "About FreshZone",
            "short_name": "About",
            "description": "Learn about the FreshZone detection system",
            "url": "/about.html",
            "icons": [
                {
                    "src": "/favicon_io/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "purpose": "any maskable"
                }
            ]
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false,
    "related_applications": [],
    "share_target": {
        "action": "/dashboard.html",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "body"
        }
    },
    "iarc_rating_id": "",
    "edge_side_panel": {
        "preferred_size": 400
    }
}