{
    "name": "ACDA National — Akweya Community Development Association",
    "short_name": "ACDA National",
    "description": "The official digital platform of the Akweya Community Development Association. Manage your membership, dues, contributions, and branch records securely from any device.",

    "id": "/",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
    "orientation": "any",

    "background_color": "#F7F5F0",
    "theme_color": "#0B5D3B",

    "lang": "en-NG",
    "dir": "ltr",

    "categories": ["social", "productivity", "government"],

    "prefer_related_applications": false,

    "icons": [
        {
            "src": "/assets/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],

    "screenshots": [
        {
            "src": "/assets/images/screenshots/landing-desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "ACDA National landing page"
        },
        {
            "src": "/assets/images/screenshots/dashboard-desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Member dashboard with dues and payments"
        },
        {
            "src": "/assets/images/screenshots/landing-mobile.png",
            "sizes": "540x1080",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "ACDA National on mobile"
        },
        {
            "src": "/assets/images/screenshots/dashboard-mobile.png",
            "sizes": "540x1080",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile member dashboard"
        }
    ],

    "shortcuts": [
        {
            "name": "My Dashboard",
            "short_name": "Dashboard",
            "description": "Open your personal ACDA member dashboard",
            "url": "/member/dashboard.html?source=shortcut",
            "icons": [
                { "src": "/assets/icons/shortcut-dashboard.png", "sizes": "96x96", "type": "image/png" }
            ]
        },
        {
            "name": "My Financials",
            "short_name": "Financials",
            "description": "View your dues, contributions, and balance",
            "url": "/member/financials.html?source=shortcut",
            "icons": [
                { "src": "/assets/icons/shortcut-finance.png", "sizes": "96x96", "type": "image/png" }
            ]
        },
        {
            "name": "Register a Member",
            "short_name": "Register",
            "description": "Register a new ACDA member",
            "url": "/register.html?source=shortcut",
            "icons": [
                { "src": "/assets/icons/shortcut-register.png", "sizes": "96x96", "type": "image/png" }
            ]
        },
        {
            "name": "National Offices",
            "short_name": "Offices",
            "description": "Browse the National officer directory",
            "url": "/national-offices.html?source=shortcut",
            "icons": [
                { "src": "/assets/icons/shortcut-offices.png", "sizes": "96x96", "type": "image/png" }
            ]
        }
    ],

    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },

    "handle_links": "preferred",

    "edge_side_panel": {
        "preferred_width": 480
    },

    "protocol_handlers": [],

    "share_target": {
        "action": "/register.html",
        "method": "GET",
        "params": {
            "title": "shared_title",
            "text": "shared_text",
            "url": "shared_url"
        }
    }
}