{
  "name": "Local Notifications Plugin",
  "short_name": "Local Notifications Plugin",
  "description": "Plugin that enables an application to send local notifications to the users.",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "icons": [
    {
      "src": "/LocalNotificationsPlugin/img/LocalNotificationsPlugin.AppLogo.48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/LocalNotificationsPlugin/img/LocalNotificationsPlugin.AppLogo.96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/LocalNotificationsPlugin/img/LocalNotificationsPlugin.AppLogo.192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/LocalNotificationsPlugin/img/LocalNotificationsPlugin.AppLogo.512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/LocalNotificationsPlugin/"
}