{
  "name": "TI-84 Calculator Online",
  "short_name": "TI-84",
  "description": "Free TI-84 Plus CE Online Graphing Calculator. Solve math problems instantly offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050719",
  "theme_color": "#0f143c",
  "icons": [
    {
      "src": "assets/images/logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "assets/images/logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    },
    {
      "src": "assets/images/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}

