Skip to content

Commit

Permalink
New GUI directly in your browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ozelot379 committed Aug 23, 2019
1 parent 0f21d8d commit 9e4a785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lang": null,
"display": "standalone",
"orientation": "portrait",
"start_url": ".",
"start_url": "..",
"background_color": "#FFFFFF",
"theme_color": "#795548",
"icons": [
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module.exports = (env, argv) => {
manifestRelativePaths: true,
orientation: "portrait",
path: "./",
start_url: ".",
start_url: "..",
theme_color: "#795548",
version: PACKAGE.version
},
Expand Down

0 comments on commit 9e4a785

Please sign in to comment.