{
  "name": "Jankalyan App",
  "short_name": "Jankalyan Register",
  "description": "जनकल्याण आरोग्य सेवा मध्ये आपले स्वागत आहे.",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#3f51b5",
  "icons": [
    {
      "src": "android-launchericon-192-192.png",
      "sizes": "300x300",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "android-launchericon-192-192.png",
      "sizes": "400x800",
      "type": "image/png",
      "label": "Registration Form"
    }
  ],
  "shortcuts": [
    {
      "name": "New Registration",
      "short_name": "Register",
      "description": "Go to the registration form",
      "url": "./",
      "icons": [{ "src": "android-launchericon-192-192.png", "sizes": "192x192" }]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+register",
      "url": "./?q=%s"
    }
  ]
}
