{
    "ms_start_compatible":true,
    "lang": "en-us",
    "name": "Ultimate Tic Tac Toe - CTL MStart",
    "short_name": "Ultimate Tic Tac Toe - CTL MStart",
    "description": "Ultimate Tic Tac Toe is a HTML5 Board Game. Enjoy this nice version of the classic Tic Tac Toe Game. 3 Game's Mode:- Multiplayer mode - Play against the pc - Challenge a friend playing on the same device",
    "start_url": "./",
    "background_color": "#fff",
    "theme_color": "#000",
    "orientation": "any",
    "display": "standalone",
    "_msstart": {
        "leaderboards": {
          "default": {
            "score_type": "Numeric",
            "score_order_by": "Desc",
            "enabled":true
          }
        }
    },
    "icons": [
        {
            "src": "./icon512.png",
            "sizes": "512x512",
            "purpose": "any"
        },
		{
            "src": "./468x384.jpg",
            "sizes": "468x384",
            "purpose": "any"
        },
        {
            "src": "./1920x1080.jpg",
            "sizes": "1920x1080",
            "purpose": "any"
        }
    ],
    "screenshots" : [
        {
          "src": "landscape_1.png",
          "sizes": "1920x1080",
          "type": "image/webp",
          "platform": "wide"
        },
        {
          "src": "landscape_2.png",
          "sizes": "1920x1080",
          "type": "image/webp",
          "platform": "wide"
        }
      ]
}