{
  "name": "Common Plugin",
  "short_name": "Common Plugin",
  "description": "Common actions and webblocks to be used by OutSystems Now extensions plugins.",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "icons": [
    {
      "src": "/CommonPlugin/img/CommonPlugin.AppLogo.48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/CommonPlugin/img/CommonPlugin.AppLogo.96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/CommonPlugin/img/CommonPlugin.AppLogo.192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/CommonPlugin/img/CommonPlugin.AppLogo.512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/CommonPlugin/"
}