{
    "name": "Free Stratonea Receipt Maker",
    "short_name": "Stratonea Receipt",
    "description": "A mobile-first application optimized for Ghana's connectivity conditions",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1F3A8A",
    "orientation": "portrait-primary",
    "lang": "en-GH",
    "dir": "ltr",
    "categories": [
        "business",
        "utilities"
    ],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Home",
            "short_name": "Home",
            "description": "View the home page",
            "url": "/?source=shortcut",
            "icons": [
                {
                    "src": "/icons/home-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Contact",
            "short_name": "Contact",
            "description": "Contact support",
            "url": "/contact?source=shortcut",
            "icons": [
                {
                    "src": "/icons/contact-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "related_applications": [],
    "screenshots": [
        {
            "src": "/screenshots/mobile-home.jpg",
            "sizes": "1080x1920",
            "type": "image/jpeg",
            "platform": "narrow",
            "label": "Home screen of Naachiaa App"
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": [
                        "image/*",
                        "video/*"
                    ]
                }
            ]
        }
    },
    "display_override": [
        "standalone",
        "minimal-ui"
    ],
    "scope": "/",
    "launch_handler": {
        "client_mode": [
            "navigate-existing",
            "auto"
        ]
    },
    "edge_side_panel": {
        "preferred_width": 480
    }
}