{
  "id": "/roitx-hub",
  "name": "Roitx - Smart Study Hub",
  "short_name": "Roitx",
  "description": "Personal Study Hub for Notes, Tools, and Productivity.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#030b20",
  "theme_color": "#030b20",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "profile.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "home512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
"screenshots": [
  
    {
      "src": "mobile-1.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Roitx Mobile Dashboard - Home"
    },
    {
      "src": "mobile-2.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Roitx Mobile - Ask Chat"
    },
    {
      "src": "mobile-3.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Roitx Mobile - Calendar"
    },
    {
      "src": "mobile-4.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Roitx Mobile - Study Timer"
    },
    
   
    {
      "src": "desktop-1.png",
      "sizes": "2400x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Roitx Desktop Hub - Main Board"
    },
    {
      "src": "desktop-2.png",
      "sizes": "2400x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Roitx Desktop - Study Timer"
    },
    {
      "src": "desktop-3.png",
      "sizes": "2400x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Roitx Desktop - Ask chat Ai"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Study Timer",
      "short_name": "Timer",
      "url": "/study-timer.html",
      "icons": [{ "src": "study.png", "sizes": "96x96" }]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "url": "/view.html",
      "icons": [{ "src": "notes.png", "sizes": "96x96" }]
    },
    {
      "name": "Reference Book",
      "short_name": "Books",
      "url": "/refbook.html",
      "icons": [{ "src": "books.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
