{
  "name": "local.html",
  "short_name": "local.html",
  "description": "Ambient link network projector",
  "lang": "en",
  "dir": "ltr",
  "scope": "./",
  "start_url": "./local.html",
  "display": "standalone",
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "theme_color": "#000000",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "handle_links": "preferred",
  "share_target": {
    "action": "share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "link"
    }
  }
}
