{
  "name": "BTS",
  "short_name": "BTS",
  "start_url": ".",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "description": "PWA version of BTS",
  "orientation": "any",
  "icons":[
    {
      "src":"images/bts192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src":"images/bts512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}