{
  "name": "Disable User Certificates",
  "short_name": "Disable User Certificates",
  "description": "If you've ever submitted your app to Google Play, and you see an error in the Pre-launch report: \n\nYour app accepts user certificates when verifying secure connections.\n\nThis plugin fixes that file that causes that error to be flagged.",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#ff0000",
  "icons": [
    {
      "src": "/DisableUserCertificates/img/DisableUserCertificates.AppLogo.48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/DisableUserCertificates/img/DisableUserCertificates.AppLogo.96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/DisableUserCertificates/img/DisableUserCertificates.AppLogo.192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/DisableUserCertificates/img/DisableUserCertificates.AppLogo.512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/DisableUserCertificates/"
}