{
  "name": "NeuroNote",
  "short_name": "NeuroNote",
  "description": "AI-powered learning platform — notes, flashcards, spaced repetition",
  "start_url": "/en/notebook",
  "display": "standalone",
  "background_color": "#1A1A1F",
  "theme_color": "#818CF8",
  "orientation": "any",
  "scope": "/",
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NeuroNote Learning Dashboard"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NeuroNote Mobile"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Learn",
      "short_name": "Learn",
      "description": "Start learning with flashcards",
      "url": "/en/learn",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Notebook",
      "short_name": "Notes",
      "description": "Open your notebook",
      "url": "/en/notebook",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
