{
  "name": "Pocketsly — Daily Routine & Student Productivity Suite",
  "short_name": "Pocketsly",
  "description": "All-in-one productivity suite for daily habits, timetable planner, notes, curriculum lab, and monthly budget.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/img/pocketsly-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/pocketsly-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Planner",
      "short_name": "Planner",
      "description": "Check habits and task list",
      "url": "/#habits",
      "icons": [{ "src": "/img/pocketsly-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Weekly Timetable",
      "short_name": "Timetable",
      "description": "View class schedule",
      "url": "/#schedule",
      "icons": [{ "src": "/img/pocketsly-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Journal & Notes",
      "short_name": "Notes",
      "description": "Capture thoughts and notes",
      "url": "/#notes",
      "icons": [{ "src": "/img/pocketsly-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Monthly Budget",
      "short_name": "Budget",
      "description": "Track incomes and expenses",
      "url": "/#budget",
      "icons": [{ "src": "/img/pocketsly-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
