Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomashamalainen committed Jan 3, 2021
2 parents fc9135b + 14166f7 commit ebaef93
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 51 deletions.
2 changes: 2 additions & 0 deletions Beocreate2/beo-views/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">

<link rel="manifest" href="views/default/manifest.json">
<link rel="apple-touch-icon" href="views/default/apple-touch-icon.png?v=1" />

<link rel="stylesheet" type="text/css" href="views/default/beostyle2018.css" />
Expand Down
23 changes: 23 additions & 0 deletions Beocreate2/beo-views/default/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
{
"short_name": "Beocreate",
"name": "Beocreate",
"description": "Upcyle your old speakers.",
"start_url": "/",
"background_color": "#222",
"display": "standalone",
"scope": "/",
"theme_color": "#222",
"shortcuts": [],
"icons": [
{
"src": "maskable_icon.png",
"type": "image/png",
"sizes": "300x300",
"purpose": "maskable"
},
{
"src": "apple-touch-icon.png?v=1",
"type": "image/png",
"sizes": "300x300",
"purpose": "any"
}
],
"navigationSets": [
{"id": "full", "items": [
{"name": "product-information", "kind": "extension"},
Expand Down
Binary file added Beocreate2/beo-views/default/maskable_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 41 additions & 50 deletions BeocreateConnect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BeocreateConnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"electron": "^8.3.0",
"electron": "^8.5.1",
"electron-builder": "^21.2.0",
"electron-rebuild": "^1.11.0",
"node-hid": "^1.2.0"
Expand Down

0 comments on commit ebaef93

Please sign in to comment.