{
    "name": "EcomovePH Booking",
    "short_name": "EcomovePH",
    "description": "Eco-friendly delivery service using electric bikes and compostable packaging in Metro Manila",
    "start_url": "https://staging.ecomoveph.com/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#28a745",
    "orientation": "portrait-primary",
    "scope": "https://staging.ecomoveph.com/",
    "lang": "en-PH",
    "dir": "ltr",
    "categories": [
        "business",
        "productivity",
        "transportation"
    ],
    "icons": [
        {
            "src": "https://staging.ecomoveph.com/assets/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "Book Delivery",
            "short_name": "Book",
            "description": "Book a new eco-friendly delivery",
            "url": "https://staging.ecomoveph.com/book",
            "icons": [
                {
                    "src": "https://staging.ecomoveph.com/assets/icons/shortcut-book.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Track Package",
            "short_name": "Track",
            "description": "Track your delivery in real-time",
            "url": "https://staging.ecomoveph.com/track",
            "icons": [
                {
                    "src": "https://staging.ecomoveph.com/assets/icons/shortcut-track.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "View Rates",
            "short_name": "Rates",
            "description": "Check delivery pricing",
            "url": "https://staging.ecomoveph.com/rates",
            "icons": [
                {
                    "src": "https://staging.ecomoveph.com/assets/icons/shortcut-rates.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Support",
            "short_name": "Help",
            "description": "Get help and support",
            "url": "https://staging.ecomoveph.com/support",
            "icons": [
                {
                    "src": "https://staging.ecomoveph.com/assets/icons/shortcut-support.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "https://staging.ecomoveph.com/assets/screenshots/home-mobile.png",
            "sizes": "393x851",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Home screen showing main features"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/screenshots/booking-mobile.png",
            "sizes": "393x851",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Booking wizard interface"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/screenshots/tracking-mobile.png",
            "sizes": "393x851",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Real-time tracking interface"
        },
        {
            "src": "https://staging.ecomoveph.com/assets/screenshots/home-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Home screen on desktop"
        }
    ],
    "share_target": {
        "action": "https://staging.ecomoveph.com/book",
        "method": "GET",
        "params": {
            "title": "name",
            "text": "description",
            "url": "address"
        }
    },
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.ecomoveph.booking",
            "id": "com.ecomoveph.booking"
        }
    ],
    "prefer_related_applications": false,
    "protocol_handlers": [
        {
            "protocol": "web+ecomove",
            "url": "https://staging.ecomoveph.com/track?code=%s"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 480
    }
}