{
  "name": "NeedleCode Authenticator",
  "short_name": "Authenticator",
  "version": "1.0.0",
  "description": "NeedleCode Authenticator app can generate one-time verification codes for sites and apps that support Authenticator app 2-Step Verification",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#615fff",
  "icons": [
    {
      "src": "./shield_192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./shield_512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}