{
  "name": "pongquest",
  "short_name": "pongquest",
  "description": "Make Pong fun with Quests!",
  "icons": [{
    "src": "images/favicon/splash_icon2.png",
    "sizes": "256x256",
    "type": "image/png"
  },{
    "src": "images/favicon/splash_icon_512x512.png",
    "sizes": "512x512",
    "type": "image/png"
  }],
  "start_url"       : ".",
  "orientation"     : "portrait",
  "display"         : "standalone",
  "background_color": "#000",
  "theme_color"     : "#000"
}