{
    "name": "Makilugan - Free Ride Sharing",
    "short_name": "Makilugan",
    "description": "Free community ride sharing for the Cordillera Administrative Region. Connect with drivers heading your way.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#2D6A4F",
    "theme_color": "#2D6A4F",
    "lang": "en-PH",
    "categories": ["travel", "transportation", "social"],
    "icons": [
        { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png" },
        { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png" },
        { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png" },
        { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
        { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
    ],
    "screenshots": [
        {
            "src": "/screenshots/home.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Makilugan Home Screen"
        }
    ],
    "shortcuts": [
        {
            "name": "Find a Ride",
            "short_name": "Find Ride",
            "description": "Search for drivers on your route",
            "url": "/rider/search",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Post a Route",
            "short_name": "Post Route",
            "description": "Share your route with riders",
            "url": "/driver/routes/create",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}