{
    "name" : "Table Tennis Touchless ScoreBoard",
    "short_name" : "Touchless ScoreBoard",
    "description" : "Use your phone to keep your table tennis matches and games score without touching it.",
	"id": "/score_keeper/score_keeper.html",
	"version": "0.0.1",
	"start_url": "/score_keeper/index.html",
	"lang" : "English",
    "display" : "fullscreen",
    "theme_color": "#f2f2f2",
    "background_color": "#101010",
    "orientation" : "landscape",
    "icons": [ {
       "src": "imgs/icon_192.png",
       "sizes": "192x192",
       "type": "image/png"
    },
    {
       "src": "imgs/icon_512.png",
       "sizes": "512x512",
       "type": "image/png"
    } ]
}