{
  "name": "TI 84 Calculator Online - Student Calculator Tools",
  "short_name": "TI 84 Calc",
  "description": "Free TI-84-style graphing calculator simulator for algebra, statistics, matrices, graphing and classroom practice.",
  "start_url": "./ti-84-calculator.html?app=1",
  "scope": "./",
  "id": "./ti-84-calculator.html?app=1",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#0b1220",
  "theme_color": "#111827",
  "categories": [
    "education",
    "utilities",
    "productivity"
  ],
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Calculator",
      "short_name": "Calculator",
      "url": "./ti-84-calculator.html?app=1",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Graphing Guide",
      "short_name": "Graphing",
      "url": "./how-to-graph-on-ti-84.html",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}