{
  "name": "Prep+ Prepare Beasiswa dan Karir",
  "short_name": "Prep+",
  "description": "Gamified Research & Career Learning. Master scholarships and interviews with AI.",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#ffffff",
  "theme_color": "#1cb0f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "id-ID",
  "dir": "ltr",
  "categories": [
    "education",
    "productivity",
    "career"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "auto"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "note_taking": {
    "new_note_url": "/dashboard?action=new-note"
  },
  "handle_links": "preferred",
  "icons": [
    {
      "src": "/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Home Screen"
    },
    {
      "src": "/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Resume Learning",
      "short_name": "Resume",
      "description": "Continue your last roadmap drill",
      "url": "/dashboard?action=resume",
      "icons": [
        {
          "src": "/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Scan PDF",
      "short_name": "Scan",
      "description": "Upload a new paper for analysis",
      "url": "/library?action=upload",
      "icons": [
        {
          "src": "/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/library",
      "accept": {
        "application/pdf": [
          ".pdf"
        ]
      },
      "icons": [
        {
          "src": "/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/library",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+prepplus",
      "url": "/?start=%s"
    }
  ],
  "widgets": [
    {
      "name": "Daily Mission",
      "description": "Check your daily scholarship & career missions",
      "tag": "mission",
      "ms_ac_template": "template_mission",
      "data": {
        "type": "mission"
      },
      "type": "application/json",
      "screenshots": [
        {
          "src": "/512x512.png",
          "sizes": "512x512",
          "label": "Daily Mission Widget"
        }
      ],
      "icons": [
        {
          "src": "/192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}