{
  "name": "Easy Calculator",
  "short_name": "Calculator",
  "description": "Free online calculator by Koustubh",
  "start_url": "/easy-calculator/",
  "scope": "/easy-calculator/",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#121212",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/easy-calculator/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/easy-calculator/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}