{
  "name": "Key Store Plugin",
  "short_name": "Key Store Plugin",
  "description": "This plugin allows your application to securely store secrets such as usernames, passwords, tokens, certificates or other sensitive information (strings) on iOS & Android phones.",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "icons": [
    {
      "src": "/KeyStorePlugin/img/KeyStorePlugin.AppLogo.48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/KeyStorePlugin/img/KeyStorePlugin.AppLogo.96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/KeyStorePlugin/img/KeyStorePlugin.AppLogo.192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/KeyStorePlugin/img/KeyStorePlugin.AppLogo.512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/KeyStorePlugin/"
}