{
    "name": "Clear Sky Calculator",
    "short_name": "Clear Sky",
    "start_url": "/",
    "id": "/",
    "display": "standalone",
    "background_color": "#ecedee",
    "theme_color": "#298046",
    "icons": [
      {
        "src": "/assets/images/app_icon.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/assets/images/app_icon_lg.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "screenshots": [
        {
            "src": "/assets/images/screenshot_small.png",
            "sizes": "480x640",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/assets/images/screenshot_mid.png",
            "sizes": "1280x720",
            "type": "image/png"
        },
        {
            "src": "/assets/images/screenshot_wide.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "description": "Estimate the intensity of radiation falling on a horizontal surface at any time of the day in any location in the world to verify the calibration of a PAR, UV, or shortwave sensor."
}