{
    "name": "Xpay",
    "short_name": "Xpay",
    "description": "The Xfone companion wallet for moving KnexCoin",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#050505",
    "theme_color": "#050505",
    "orientation": "portrait",
    "scope": "./",
    "lang": "en",
    "categories": ["finance", "utilities"],
    "icons": [
        {
            "src": "./images/xpay-logo-transparent.png",
            "sizes": "1254x1254",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Send KnexCoin",
            "short_name": "Send",
            "description": "Send KnexCoin with Xpay",
            "url": "./?screen=send"
        },
        {
            "name": "Receive KnexCoin",
            "short_name": "Receive",
            "description": "Show an Xpay QR code to receive KnexCoin",
            "url": "./?screen=receive"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
