{
  "name": "bundlejs",
  "short_name": "bundle",
  "id": "bundle",
  "start_url": "/",
  "author": "@okikio",
  "dir": "ltr",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#000000",
  "description": "A quick and easy way to bundle, minify, and compress (gzip and brotli) your ts, js, jsx and npm projects all locally on your device, with the bundle file size.",
  "icons": [
    {
        "src": "/favicon/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
    },
    {
        "src": "/favicon/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
    },
    {
      "src": "/favicon/maskable_icon_x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon/maskable_icon_x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "lang": "en",
  "screenshots": [
    {
      "src": "/favicon/screenshot-desktop.png",
      "type": "image/png",
      "sizes": "3100x1550"
    },
    {
      "src": "/favicon/screenshot-bundled.png",
      "type": "image/png",
      "sizes": "3100x1550"
    },
    {
      "src": "/favicon/screenshot-light-mode.png",
      "type": "image/png",
      "sizes": "3100x1550"
    },
    {
      "src": "/favicon/screenshot-error.png",
      "type": "image/png",
      "sizes": "3100x1550"
    },
    {
      "src": "/favicon/screenshot-mobile.png",
      "type": "image/png",
      "sizes": "750x1500"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "text": "q"
    }
  },
  "orientation": "natural",
  "categories": [
    "productivity",
    "utility",
    "text",
    "development"
  ],
  "scope": "/"
}
