{
  "name": "TMK Typing Tutor",
  "short_name": "TMK Tutor",
  "description": "Master Shan Script Typography - A comprehensive typing tutor for learning Shan language keyboard layouts",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "shn",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/app_icon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/app_icon_256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Easy Practice",
      "short_name": "Easy",
      "description": "Start with easy Shan typing exercises",
      "url": "/?difficulty=EASY",
      "icons": [
        {
          "src": "/app_icon_256.png",
          "sizes": "256x256"
        }
      ]
    },
    {
      "name": "Medium Practice",
      "short_name": "Medium",
      "description": "Practice with medium difficulty exercises",
      "url": "/?difficulty=MEDIUM",
      "icons": [
        {
          "src": "/app_icon_256.png",
          "sizes": "256x256"
        }
      ]
    },
    {
      "name": "Hard Practice",
      "short_name": "Hard",
      "description": "Challenge yourself with hard exercises",
      "url": "/?difficulty=HARD",
      "icons": [
        {
          "src": "/app_icon_256.png",
          "sizes": "256x256"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TMK Typing Tutor main interface"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TMK Typing Tutor mobile interface"
    }
  ]
}