{
  "short_name": "MyApp",
  "name": "My Progressive Web App",
  "id": "/",
  "icons": [
    {
      "src": "icons/AppIcons/appstore.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/AppIcons/playstore.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "screenshots": [
    {
      "src": "icons/AppIcons/android/mipmap-xxxhdpi/ic_launcher.png",
      "sizes": "800x600",
      "type": "image/png"
    }
  ]
}
