{
  "name": "Luxa.org",
  "short_name": "Luxa",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "scope": ".",
  "description": "Free File Editor and Converter",
  "icons": [
    {
      "src": "/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/android-chrome-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/maskable_icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshot.png",
      "sizes": "",
      "type": "image/png",
      "platform": "wide"
    }
  ],
  "orientation": "any",
  "categories": [
    "utilities",
    "photo",
    "productivity"
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "shortcuts": [
    {
      "name": "Image Tools",
      "url": "/image"
    },
    {
      "name": "Archive Tools",
      "url": "/archive"
    },
    {
      "name": "PDF Tools",
      "url": "/pdf"
    }
  ],
  "scope_extensions": [
    {
      "origin": "*.luxa.org"
    }
  ],
  "dir": "auto",
  "lang": "en",
  "display_override": [
    "window-controls-overlay"
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 640
  }
}