{
  "_comment": "/brutl-pomodoro/vanilla/manifest.json — BRUTL PWA Manifest v1.0.0 (2026-04-26). Installable web app for Strategy 7. Color/theme matches the brutalist black + red aesthetic from styles.css.",
  "name": "BRUTL — AI Pomodoro Timer + Study Companion",
  "short_name": "BRUTL",
  "description": "Free AI-powered Pomodoro timer with study companion, ambient sounds, YouTube + PDF summarizer.",
  "start_url": "/?utm_source=pwa&utm_medium=installed",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "categories": ["productivity", "education", "utilities"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/og/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/og/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Pomodoro",
      "short_name": "Pomodoro",
      "description": "Start a 25-minute focus session",
      "url": "/?action=start-pomodoro",
      "icons": [{ "src": "/og/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Open Notes",
      "short_name": "Notes",
      "description": "Jump straight to your notes",
      "url": "/?action=open-notes",
      "icons": [{ "src": "/og/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
