{
  "name": "Medba Notes - Your Personal Note-Taking Companion",
  "short_name": "Medba Notes",
  "description": "A simple and clean note-taking application designed for students. Create, manage, and organize your notes effortlessly with secure authentication and private storage.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "categories": ["productivity", "education", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Create Note",
      "short_name": "New Note",
      "description": "Create a new note",
      "url": "/dashboard",
      "icons": [{ "src": "/logo.png", "sizes": "512x512" }]
    }
  ]
}

