{
  "short_name": "PokeDoro",
  "name": "PokeDoro - Pokemon Themed Pomodoro Timer",
  "icons": [
    {
      "src": "icons/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icons/logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#f7fee7",
  "background_color": "#f7fee7",
  "description": "A Pokemon-themed Pomodoro timer to help you stay focused and productive",
  "screenshots": [
    {
      "src": "icons/screenshot.png",
      "type": "image/png",
      "sizes": "540x720"
    }
  ]
}
