{
    "name": "MyLekha POS",
    "short_name": "POS",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#23a76e",
    "theme_color": "#23a76e",
    "description": "This project will be used by user to manage their store",
    "orientation": "portrait-primary",
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=app.mylekha.client.client_pos",
            "id": "app.mylekha.client.client_pos"
        },
        {
            "platform": "itunes",
            "url": "https://itunes.apple.com/app/mylekha-pos/id1552840184"
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}