{
    "id": "/",
    "name": "MediSwift",
    "short_name": "MediSwift",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#005a31",
    "theme_color": "#005a31",
    "description": "Nigeria's trusted online pharmacy",
    "categories": [
        "medical",
        "health",
        "shopping"
    ],
    "shortcuts": [
        {
            "name": "My Basket",
            "short_name": "Basket",
            "url": "./#cart"
        },
        {
            "name": "Upload Prescription",
            "short_name": "Upload Rx",
            "url": "./#rx"
        }
    ],
    "icons": [
        {
            "src": "./icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "./icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        },
        {
            "src": "./icons/icon-maskable-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}