{
    "ms_start_compatible":true,
    "lang": "en-us",
    "name": "Ultimate Sudoku - CTL MStart",
    "short_name": "Ultimate Sudoku - CTL MStart",
    "description": "Sudoku: Fill in the empty cells with numbers from 1 to 9. In each row, column, or 3x3 block, each number can occur only once.",
    "start_url": "./",
    "scope": ".",
    "background_color": "#000",
    "theme_color": "#000",
    "orientation": "portrait",
    "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": "./1.jpg",
          "sizes": "720x1280",
          "type": "image/webp",
          "platform": "narrow"
        },
        {
          "src": "./2.jpg",
          "sizes": "720x1280",
          "type": "image/webp",
          "platform": "narrow"
        }
    ]
}