Skip to content

Commit 63576f7

Browse files
committed
Update manifest
1 parent b6193bf commit 63576f7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.breakpoints

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"main.js": [
2828
{
2929
"id": "31f0468e-83ae-40f6-ab34-65125d137737",
30-
"line": 2652,
31-
"version": 54544,
32-
"index": 76329
30+
"line": 2695,
31+
"version": 54762,
32+
"index": 77254
3333
}
3434
],
3535
"models/tree_fat.glb": [

vite.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ export default {
6161
assetsInclude: ['**/*.glb', '**/*.gltf', '**/*.ogg', '**/*.aac', '**/*.mp3','**/*.json', '**/*.png', '**/*.woff', '**/*.woff2', '**/*.css', '**/*.svg',],
6262
includeAssets: ['**/*.glb', '**/*.gltf', '**/*.ogg', '**/*.acc', '**/*.mp3','**/*.json', '**/*.png', '**/*.woff', '**/*.woff2', '**/*.css', '**/*.svg',],
6363
manifest: {
64-
name: 'Flock XR - Creating coding in 3D',
64+
name: 'Flock XR - Creative coding in 3D',
6565
short_name: 'Flock XR',
66-
description: 'Create 3D apps with blocks',
66+
description: 'Create 3D apps with code blocks',
6767
theme_color: '#511d91',
6868
display: 'fullscreen',
6969
start_url: isProduction ? BASE_URL + '?fullscreen=true' : '/',

0 commit comments

Comments
 (0)