{
  "id": "io.gdsnotes.rshtwa",
  "name": "RAMESHWAR SAHU GDS DEPARTMENTAL EXAM APP",
  "short_name": "GDS Notes",
  "description": "Complete GDS Departmental Exam Notes, Study Material and Mock Tests.",

  "start_url": "/gdsnotes/",
  "scope": "/gdsnotes/",
  "display": "standalone",

  "display_override": [
    "standalone",
    "fullscreen",
    "window-controls-overlay"
  ],

  "background_color": "#ffffff",
  "theme_color": "#8d151a",

  "orientation": "portrait-primary",
  "lang": "hi",
  "dir": "ltr",

  "categories": ["education", "productivity"],

  "icons": [
    {
      "src": "/gdsnotes/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gdsnotes/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/gdsnotes/Screenshots1dashboard.jpg",
      "sizes": "720x1604",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "GDS Notes Dashboard"
    },
    {
      "src": "/gdsnotes/Screenshotpyq.jpg",
      "sizes": "720x1604",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Previous Year Questions"
    },
    {
      "src": "/gdsnotes/Screenshotsquiz.jpg",
      "sizes": "720x1604",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mock Test Section"
    }
  ],

  "shortcuts": [
    {
      "name": "Start Mock Test",
      "short_name": "Quiz",
      "url": "/gdsnotes/quiz.html"
    },
    {
      "name": "Study Materials",
      "short_name": "Notes",
      "url": "/gdsnotes/notes.html"
    }
  ],

  "share_target": {
    "action": "/gdsnotes/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "file_handlers": [
    {
      "action": "/gdsnotes/open-file",
      "accept": {
        "application/pdf": [".pdf"],
        "text/plain": [".txt"]
      }
    }
  ],

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "protocol_handlers": [
    {
      "protocol": "web+gds",
      "url": "/gdsnotes/index.html?query=%s"
    }
  ],

  "handle_links": "auto",
  "prefer_related_applications": false
}
