{
  "name": "AcadPartner",
  "short_name": "AcadPartner",
  "description": "AcadPartner is the sophisticated, all-in-one academic ecosystem for the modern student, integrating tools for notes, goals, flashcards, and focus to foster academic excellence.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fdf6e3",
  "theme_color": "#f5f5f5",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Focus Session",
      "short_name": "Focus",
      "description": "Begin a new focus timer session",
      "url": "/#Focus"
    },
    {
      "name": "Add New Goal",
      "short_name": "Goal",
      "description": "Set a new goal",
      "url": "/#Goals"
    }
  ]
}