{
  "name": "Study Notes",
  "short_name": "Study Notes",
  "description": "More Than Just a Simple Note Pad",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#3B82F6",
  "theme_color": "#3B82F6",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "splash_pages": null,
  "display_override": ["standalone", "minimal-ui"],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Add Note",
      "url": "/#add",
      "description": "Create a new note",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search Notes",
      "url": "/#search",
      "description": "Search your notes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Study Assistant",
      "url": "/#chat",
      "description": "Get help with your studies",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
} 