{
  "name": "Calendar Plugin",
  "short_name": "Calendar Plugin",
  "description": "Plugin to Create, Change, Delete and Find Events in the device's Calendar.",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "icons": [
    {
      "src": "/CalendarPlugin/img/CalendarPlugin.AppLogo.48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/CalendarPlugin/img/CalendarPlugin.AppLogo.96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/CalendarPlugin/img/CalendarPlugin.AppLogo.192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/CalendarPlugin/img/CalendarPlugin.AppLogo.512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/CalendarPlugin/"
}