{
  "name": "Health & Fitness Plugin -Demo",
  "short_name": "Health & Fitness Plugin -Demo",
  "description": "Provides access to health and fitness data. Uses HealthKit API for iOS and Google Fit API for Android.",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#7b5ced",
  "icons": [
    {
      "src": "/HealthFitnessPluginDemoApp/img/HealthFitnessPluginDemoApp.AppLogo.48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/HealthFitnessPluginDemoApp/img/HealthFitnessPluginDemoApp.AppLogo.96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/HealthFitnessPluginDemoApp/img/HealthFitnessPluginDemoApp.AppLogo.192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/HealthFitnessPluginDemoApp/img/HealthFitnessPluginDemoApp.AppLogo.512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/HealthFitnessPluginDemoApp/"
}