{
  "short_name": "SoloTutes",
  "name": "Revise and Practice",
  "icons": [
    {
      "src": "https://uploads.solotutes.com/images/sm//solotutes-logo-bg-circle.jpg",
      "type": "image/jpg",
      "sizes": "512x512"
    }  
  ],
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "background_color": "#3367D6",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#3367D6",
  "shortcuts": [
    {
      "name": "Practice Tests",
      "short_name": "Practice",
      "description": "Attempt free practice tests",
      "url": "/tests?source=pwa",
      "icons": [{ "src": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRHUZ6THw7OKwSh8USTEFjhvcpxnHJcGBcUyA&usqp=CAU", "sizes": "192x192" }]
    },
    {
      "name": "Revision Notes",
      "short_name": "Notes",
      "description": "Read notes and Revise the basics",
      "url": "/notes?source=pwa",
      "icons": [{ "src": "https://uploads.solotutes.com/images/sm//solotutes-logo-bg-circle.jpg", "sizes": "192x192" }]
    }
  ],
  "description": "Online learning and Practice platform",
  "screenshots": [
    {
      "src": "/images/screenshot1.png",
      "type": "image/png",
      "sizes": "540x720"
    },
    {
      "src": "/images/screenshot2.jpg",
      "type": "image/jpg",
      "sizes": "540x720"
    }
  ]
}