{
  "name": "Kalviyogi Smart Notes OS",
  "short_name": "Smart Notes",
  "description": "Computer Science notes in Tamil and English — concept, program, verified output, dry run and exam point.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#d71920",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "assets/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/images/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "assets/images/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Continue learning", "url": "dashboard", "description": "Pick up where you stopped" },
    { "name": "Code library", "url": "code", "description": "Every program with its verified output" },
    { "name": "Practice MCQs", "url": "practice", "description": "Answer questions with explanations" },
    { "name": "Bookmarks", "url": "bookmarks", "description": "Everything you saved" }
  ]
}
