{
  "id": "/?source=pwa",
  "name": "Math Agent — Free AI Math Problem Solver",
  "short_name": "Math Agent",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "tabbed",
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "tab_strip": {
    "home_tab": "auto",
    "new_tab_button": {
      "url": "/#playground"
    }
  },
  "background_color": "#150e2e",
  "theme_color": "#150e2e",
  "description": "Free AI math agent that solves algebra, calculus, geometry, and word problems with full step-by-step proofs and CAS verification.",
  "lang": "en",
  "dir": "ltr",
  "orientation": "any",
  "categories": ["education", "productivity", "utilities"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "note_taking": {
    "new_note_url": "/#playground"
  },
  "file_handlers": [
    {
      "action": "/#playground",
      "name": "Math & LaTeX Files",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "accept": {
        "text/plain": [".txt", ".math"],
        "text/x-tex": [".tex", ".latex"]
      }
    }
  ],
  "share_target": {
    "action": "/#playground",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "q"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+math",
      "url": "/#playground?q=%s"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://math-agent-web.onrender.com"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://math-agent-web.onrender.com/manifest.json"
    },
    {
      "platform": "windows",
      "id": "GameDevs.MathyAIMathTutor_t3tywrrzytdmj",
      "url": "https://apps.microsoft.com/detail/9NZTDDZ9W862"
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "widgets": [
    {
      "name": "Math Solver Widget",
      "short_name": "Math Solver",
      "description": "Quick math equation solver widget for desktop",
      "tag": "math-agent-widget",
      "template": "widget-template",
      "ms_ac_template": "/widget.json",
      "data": "/widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icons/screenshot-desktop.png",
          "sizes": "1280x720",
          "label": "Math Agent Widget Preview"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Math Agent Desktop Solver"
    },
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Math Agent Mobile Solver"
    }
  ],
  "shortcuts": [
    {
      "name": "Algebra Solver",
      "short_name": "Algebra",
      "description": "Solve linear, quadratic, and polynomial equations",
      "url": "/#playground",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calculus Solver",
      "short_name": "Calculus",
      "description": "Solve derivatives, integrals, and limits",
      "url": "/#playground",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
