{
  "id": "/?homescreen=1",
  "short_name": "Bloomingo",
  "name": "Bloomingo Education",
  "description": "Leading educational platform for students in Uzbekistan.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "portrait",
  "lang": "uz",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/bloomingo-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/bloomingo-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Open the Bloomingo home feed",
      "url": "/",
      "icons": [
        { "src": "/bloomingo-icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Loop",
      "short_name": "Loop",
      "description": "Watch short teacher videos",
      "url": "/feed",
      "icons": [
        { "src": "/bloomingo-icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "My Lessons",
      "short_name": "Lessons",
      "description": "Jump back into your lessons",
      "url": "/dashboard",
      "icons": [
        { "src": "/bloomingo-icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Discover teachers and courses",
      "url": "/search",
      "icons": [
        { "src": "/bloomingo-icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "media", "accept": ["image/*", "video/*"] }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/upload?from=file",
      "accept": {
        "video/mp4": [".mp4"],
        "video/webm": [".webm"],
        "video/quicktime": [".mov"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+bloomingo",
      "url": "/?handler=%s"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa-screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bloomingo Desktop Dashboard"
    },
    {
      "src": "/pwa-screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bloomingo Mobile Interface"
    }
  ]
}
