{
  "name": "Ludothea Study Timer",
  "short_name": "Ludothea Study",
  "description": "Pomodoro study timer with gamification and session tracking",
  "start_url": "./pomodoro-study-timer.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#e8ddb5",
  "theme_color": "#c4a747",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"]
}
