{
  "name": "DesmosGraph - Free Online Graphing Calculator",
  "short_name": "DesmosGraph",
  "description": "Free online graphing calculator for plotting functions, polar curves, implicit equations, inequalities and 3D surfaces.",
  "start_url": "/calculator",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "lang": "en",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Graphing Calculator",
      "short_name": "Calculator",
      "url": "/calculator",
      "description": "Plot 2D functions"
    },
    {
      "name": "3D Graph",
      "short_name": "3D",
      "url": "/3d-graph",
      "description": "Plot 3D surfaces"
    },
    {
      "name": "Scientific Calculator",
      "short_name": "Scientific",
      "url": "/scientific",
      "description": "Quick calculations"
    }
  ]
}
