{
  "name": "Screen Orientation Plugin",
  "short_name": "Screen Orientation Plugin",
  "description": "Component to set/lock the screen orientation in a common way for iOS and Android.",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/ScreenOrientationPlugin/img/ScreenOrientationPlugin.AppLogo.48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/ScreenOrientationPlugin/img/ScreenOrientationPlugin.AppLogo.96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/ScreenOrientationPlugin/img/ScreenOrientationPlugin.AppLogo.192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/ScreenOrientationPlugin/img/ScreenOrientationPlugin.AppLogo.512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/ScreenOrientationPlugin/"
}