Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck committed May 22, 2024
1 parent f70e854 commit 7bedfae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/index.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>PlayCanvas glTF Viewer</title>
<meta name="description" content="Fast and lightweight glTF 2.0 scene viewer powered by the PlayCanvas WebGL engine">
<meta name="keywords" content="glTF, GLB, WebGL, PlayCanvas, Viewer">
<meta name="description" content="Fast and lightweight glTF 2.0 and gaussian splatting PLY scene viewer powered by the PlayCanvas engine.">
<meta name="keywords" content="glTF, GLB, PLY, WebGL, WebGPU, PlayCanvas, Viewer">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
{{#hasPublicPath}}
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PlayCanvas glTF Viewer",
"short_name": "glTF Viewer",
"description": "Fast and lightweight glTF viewer.",
"description": "Fast and lightweight glTF and gaussian splat PLY viewer.",
"display": "standalone",
"start_url": "/model-viewer/",
"scope": "/model-viewer/",
Expand Down

0 comments on commit 7bedfae

Please sign in to comment.