{
  "name": "Kabileshwaran | Learning in Public",
  "short_name": "Kabileshwaran",
  "description": "A study site for daily learning notes, DSA practice, reflections, and CS fundamentals.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f4f4f5",
  "theme_color": "#111214",
  "orientation": "portrait-primary",
  "shortcuts": [
    {
      "name": "Learning Notes",
      "short_name": "Notes",
      "description": "Open saved notes and reflections",
      "url": "/notes"
    },
    {
      "name": "DSA Revision",
      "short_name": "DSA",
      "description": "Jump into data structures and algorithms",
      "url": "/dsa"
    },
    {
      "name": "Blog Posts",
      "short_name": "Blog",
      "description": "Browse all posts",
      "url": "/posts"
    }
  ],
  "icons": [
    {
      "src": "/assets/images/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/images/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}