{
  "name": "mygoldplus",
  "short_name": "MyGoldPlus",
  "start_url": "index.html",
  "display": "standalone",
  "theme_color": "#3F51B5",
  "background_color": "#3F51B5",
  "icons": [{
    "src": "icon_192.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
    "src": "icon_512.png",
    "sizes": "512x512",
    "type": "image/png"
  }]
}