uploading dist

This commit is contained in:
Nye Evans 2021-05-29 13:41:33 +01:00
parent d36b046b15
commit 96a412fec8
16 changed files with 30402 additions and 1 deletions

18
dist/manifest.webmanifest vendored Normal file
View file

@ -0,0 +1,18 @@
{
"xr_type": "aardvark-gadget@^1.5.1",
"name": "menuPrototype",
"icons": [
{
"src": "models/placeholder.glb",
"type": "model/gltf-binary"
}
],
"aardvark": {
"permissions": [
"scenegraph"
],
"browserWidth": 1024,
"browserHeight": 1024,
"startAutomatically": false
}
}