{
  "id": "velocis-typing-pwa",
  "name": "Velocis Typing — #1 Free Typing Game, Speed Test & Typing Practice",
  "short_name": "Velocis Typing",
  "description": "Play free typing games, take instant WPM speed tests, master touch typing with 36 structured lessons, and track performance with biomechanical heatmaps. The modern free alternative to Typing Master, Typing Club, and Typing.com — 100% free, zero ads, works offline.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "window-controls-overlay"],
  "orientation": "any",
  "background_color": "#0a0a1a",
  "theme_color": "#00d4ff",
  "categories": ["games", "education", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "icons": [
    {
      "src": "./icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Free Typing Speed Test",
      "short_name": "Speed Test",
      "description": "Take a free WPM typing speed test",
      "url": "./index.html#test",
      "icons": [{"src": "./icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Play Typing Games",
      "short_name": "Games",
      "description": "Play 4 free arcade typing games",
      "url": "./index.html#games",
      "icons": [{"src": "./icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Touch Typing Lessons",
      "short_name": "Lessons",
      "description": "Start 36-stage touch typing curriculum",
      "url": "./index.html#lessons",
      "icons": [{"src": "./icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Global Leaderboard",
      "short_name": "Leaderboard",
      "description": "View global typist rankings",
      "url": "./index.html#leaderboard",
      "icons": [{"src": "./icon-192x192.png", "sizes": "192x192"}]
    }
  ],
  "prefer_related_applications": false
}
