{
  "name": "Smart Reading App By Book Assets",
  "short_name": "Smart Reading",
  "description": "Read More. Learn More. Grow More. Track your reading progress and build habits.",
  "start_url": "/dashboard/index.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#13161f",
  "theme_color": "#181b26",
  "orientation": "portrait-primary",
  "protocol_handlers": [
    {
      "protocol": "web+smart",
      "url": "/dashboard/quick_update.php"
    }
  ],
  "icons": [
    {
      "src": "/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}