{
    "lang": "en", 
    "name": "2D Equation Graphing Tool",
    "description": "Online 2D graphing Calculator",
    "short_name": "2D Graphing Calculator",
    "icons": [{
      "src": "/assets/2Dgraphs.png", 
      "sizes": "64x64",
      "type": "image/webp"
    },{
      "src": "/assets/2Dgraphs.png", 
      "sizes": "64x64"
    }, {
      "src": "/assets/2Dgraphs.png",  
      "sizes": "128x128"
    }],
    "scope": "/graph2D/",
    "start_url": "/graph2D/", 
    "display": "fullscreen", 
    "orientation": "landscape", 
    "theme_color": "black", 
    "background_color": "black", 
    "screenshots": [{
      "src": "/assets/ss/2d.png", 
      "type": "image/png"
    }]
  }