{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Study OS — Nabil Rouissi",
  "short_name": "Study OS",
  "description": "Personal study operating system. Unified tool for assignments, readings, Pomodoros, flashcards, writing, intake, planner, progress.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAFAFA",
  "theme_color": "#0A0A0A",
  "lang": "en",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Set focus",
      "short_name": "Focus",
      "description": "Set your one thing for this session",
      "url": "./index.html#/dashboard",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Intake",
      "short_name": "Intake",
      "description": "Drop syllabi, screenshots, notes",
      "url": "./index.html#/intake",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Overwhelm protocol",
      "short_name": "Overwhelm",
      "description": "Break the spiral in 6 steps",
      "url": "./index.html#/protocol",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
