{
  "name": "JapanGo",
  "short_name": "JapanGo",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#ffcbd0",
  "background_color": "#ffcbd0",
  "display": "standalone",
  "start_url": "/",
  "orientation": "portrait",
  "scope": "/",
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "/screenshot_1.png",
      "sizes": "1364x694",
      "type": "image/png"
    },
    {
      "src": "/screenshot_2.png",
      "sizes": "1366x699",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot_3.png",
      "sizes": "1366x700",
      "type": "image/png"
    }
  ],
  "categories": [
    "education",
    "games",
    "lifestyle"
  ],
  "display_override": [
    "window-controls-overlay",
    "minimal-ui",
    "fullscreen"
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "id": "/",
  "protocol_handlers": [
    {
      "protocol": "web+example",
      "url": "/example?url=%s"
    }
  ],
  "description": "JapanGo is your gateway to exploring the rich culture and language of Japan through interactive learning experiences."
}