{
    "name": "PortaPad",
    "short_name": "PorPad",
    "categories": "utilities",
    "background_color": "#ffffff",
    "theme_color": "#0771d4",
    "icons": [{
        "src": "./portapad.webp",
        "sizes": "256x256",
        "type": "image/webp"
      }],
    "start_url": "./index.html",
    "scope": "/",
    "display": "standalone"
  }