{
    "name": "Top Ride - Rideshare Driver Platform",
    "short_name": "Top Ride",
    "description": "Organizing rideshare drivers and connecting them with civic leaders",
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#667eea",
    "background_color": "#ffffff",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "social",
        "news",
        "business"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Legislative Action Center",
            "short_name": "Legislation",
            "url": "/legislative",
            "icons": [
                {
                    "src": "/pwa-icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Driver Forum",
            "short_name": "Forum",
            "url": "/forum",
            "icons": [
                {
                    "src": "/pwa-icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Earnings Tracker",
            "short_name": "Earnings",
            "url": "/earnings",
            "icons": [
                {
                    "src": "/pwa-icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}