{
    "ms_start_compatible":true,
    "lang": "en",
    "name": "Rummy - CTL MStart",
    "short_name": "Rummy - CTL MStart",
    "description": "Your goal is to be the first to get rid of all the cards, making combinations of them before your opponents.",
    "start_url": "./",
    "scope": ".",
    "background_color": "#000",
    "theme_color": "#000",
    "orientation": "any",
    "display": "standalone",
    
    "icons": [
        {
            "src": "./icon512.png",
            "sizes": "512x512",
            "purpose": "any"
        },
		{
            "src": "./468x384.jpg",
            "sizes": "468x384",
            "purpose": "any"
        },
        {
            "src": "./1920x1080.jpg",
            "sizes": "1920x1080",
            "purpose": "any"
        }

    ],
    "screenshots" : [
        {
          "src": "./1.jpg",
          "sizes": "1920x1080",
          "type": "image/webp",
          "platform": "wide"
        },
        {
          "src": "./2.jpg",
          "sizes": "1920x1080",
          "type": "image/webp",
          "platform": "wide"
        }
    ]
}