{
  "name": "Focus Jungle",
  "short_name": "FocusJungle",
  "description": "A web based focus system that turns your work into a living world. Not a timer. Not a game. A record of how you actually show up.",
  "start_url": "/focus",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#2f5233",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ]
}
