{
    "name": "GammonView",
    "id": "gammonview",
    "short_name": "GammonView",
    "description": "Analyse backgammon matches in your browser: step through moves with equities, win probabilities and cube analysis.",
    "start_url": "/",
    "scope": "/",
    "icons": [
        {
            "src": "/android-chrome-192x192.png?v=3",
            "sizes": "192x192",
            "type": "image/png"
        },{
            "src": "/android-chrome-512x512.png?v=3",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "display": "standalone",
    "shortcuts": [
        {
            "name": "Analyse a position",
            "short_name": "Position",
            "description": "Build a position and analyse the decision it poses.",
            "url": "/#/position"
        },{
            "name": "My matches",
            "short_name": "Matches",
            "description": "Matches saved to your account.",
            "url": "/#/matches"
        }
    ],
    "lang": "en",
    "dir": "ltr",
    "orientation": "any",
    "handle_links": "preferred",
    "prefer_related_applications": false,
    "categories": [
        "games",
        "education"
    ]
}
