{
  "name": "EMLauncher",
  "short_name": "EMLauncher",
  "description": "A free Minecraft launcher for macOS, Windows, and Linux. One click for modpacks, your own server, your skins.",
  "id": "/?source=pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "any",
  "background_color": "#09090B",
  "theme_color": "#16A34A",
  "categories": ["games", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "EMLauncher — free Minecraft launcher"
    }
  ],
  "shortcuts": [
    {
      "name": "Download",
      "short_name": "Download",
      "url": "/download"
    },
    {
      "name": "Features",
      "short_name": "Features",
      "url": "/features"
    }
  ],
  "lang": "en",
  "dir": "ltr"
}