{
  "name": "Skill Focus Lab",
  "short_name": "SkillFocus",
  "description": "AI-powered professional skill coaching. Typing speed, grammar, resume tools, focus timer — all tracked with a unified Skill Score.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#fafafa",
  "theme_color": "#4f46e5",
  "orientation": "any",
  "categories": ["education", "productivity", "business"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Typing Test",
      "short_name": "Type",
      "url": "/typing-test",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Grammar Checker",
      "short_name": "Grammar",
      "url": "/grammar-checker",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Focus Timer",
      "short_name": "Focus",
      "url": "/pomodoro",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Score",
      "url": "/dashboard",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
