{
  "name": "Pomofy — Focus Engine",
  "short_name": "Pomofy",
  "description": "A beautiful Pomodoro timer with insights, badges, and dark mode.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#EBEDF5",
  "theme_color": "#FF5B5B",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Timer",
      "short_name": "Timer",
      "description": "Open the focus timer",
      "url": "/?view=timer",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Insights",
      "short_name": "Insights",
      "description": "See your focus stats",
      "url": "/?view=insights",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
