{
  "name": "StudyPlanner+ - Smart Exam Prep",
  "short_name": "StudyPlanner+",
  "description": "AI-powered personalized study plans, daily quizzes, mock tests and revision schedules for UPSC, SSC, JEE, NEET, CTET, banking and other Indian competitive exams.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#4f46e5",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "iarc_rating_id": "e84b072d-71fc-4f76-8a87-39f6f4ec3b53",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://studyplannerplus.online/manifest.json"
    }
  ],
  "scope_extensions": [
    { "origin": "https://studyplannerplus.online" },
    { "origin": "https://www.studyplannerplus.online" },
    { "origin": "https://studyplannerplus.lovable.app" }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "protocol_handlers": [
    {
      "protocol": "web+studyplanner",
      "url": "/dashboard?ref=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/doubt-solver",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"]
      }
    }
  ],
  "share_target": {
    "action": "/doubt-solver",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "note_taking": {
    "new_note_url": "/doubt-solver"
  },
  "widgets": [
    {
      "name": "Today's Study Plan",
      "short_name": "Today",
      "description": "Quick view of today's study tasks",
      "tag": "today-plan",
      "ms_ac_template": "/widgets/today-template.json",
      "data": "/widgets/today-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/today.png",
          "sizes": "1080x1920",
          "label": "Today's plan widget"
        }
      ],
      "icons": [
        { "src": "/pwa-192x192.png", "sizes": "192x192" }
      ]
    }
  ],
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["education", "productivity", "books"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Personalized daily study dashboard"
    },
    {
      "src": "/screenshots/today.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today's tasks with AI study material"
    },
    {
      "src": "/screenshots/mock-test.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Full-length mock tests with analytics"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "StudyPlanner+ on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Plan",
      "short_name": "Today",
      "url": "/today",
      "description": "Open today's study tasks"
    },
    {
      "name": "Mock Test",
      "short_name": "Mock",
      "url": "/mock-test",
      "description": "Start a mock test"
    },
    {
      "name": "Doubt Solver",
      "short_name": "Doubts",
      "url": "/doubt-solver",
      "description": "Ask an AI doubt"
    }
  ]
}
