{
  "name": "LaunchAura — Custom Minecraft Launcher Builder",
  "short_name": "LaunchAura",
  "description": "Build, customize and distribute your own Minecraft launcher in minutes. Free, no coding.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#22c55e",
  "orientation": "any",
  "lang": "en",
  "categories": ["utilities", "games", "productivity"],
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "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",
      "label": "LaunchAura — Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "New launcher",
      "short_name": "New",
      "description": "Create a new Minecraft launcher",
      "url": "/dashboard/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My dashboard",
      "short_name": "Dashboard",
      "description": "Manage your launchers",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
