{
    "name":"OpenGammon",
    "id": "opengammon",
    "short_name":"OpenGammon: The #1 Backgammon App",
    "start_url":"/",
    "scope":"/",
    "icons":[
        {
            "src":"/android-chrome-192x192.png",
            "sizes":"192x192",
            "type":"image/png"
        },{
            "src":"/android-chrome-512x512.png",
            "sizes":"512x512",
            "type":"image/png",
            "maskable":true
        }
    ],
    "description":"Learn and Play Backgammon online.",
    "theme_color":"#ffffff",
    "background_color":"#ffffff",
    "display":"standalone",
    "shortcuts": [
        {
            "name": "Daily Puzzle",
            "short_name": "Daily",
            "description": "Solve the daily puzzle to become a better player.",
            "url": "/puzzle/random/"
        },{
            "name": "Solve Puzzle",
            "short_name": "Puzzle",
            "description": "Solve puzzles",
            "url": "/puzzle/random/"
        },{
            "name": "Play bot",
            "short_name": "Bot",
            "description": "Play against one of the bots.",
            "url": "/bot/"
        }
    ],
    "screenshots": [
        {
            "src": "media/img/analysis.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide"
        },
        {
            "src": "media/img/bots.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide"
        },
        {
            "src": "media/img/learn.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide"
        },
        {
            "src": "media/img/puzzle.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide"
        },
        {
            "src": "media/img/home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide"
        }
        
    ],
    "lang": "en",
    "dir": "ltr",
    "orientation": "any",
    "handle_links": "preferred",
    "display_override": [
        "fullscreen",
        "standalone",
        "window-controls-overlay"
    ],
    "prefer_related_applications": false,
    "categories": [
        "education",
        "games",
        "social"
    ]
}
