Skip to content

Commit

Permalink
add basic manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenz-h committed Dec 31, 2020
1 parent 41307c9 commit 74bef38
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 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
16 changes: 16 additions & 0 deletions Beocreate2/beo-views/default/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
{
"short_name": "BeoCreate",
"name": "BeoCreate: Upcycle your old speakers",
"description": "Upcyle your old speakers.",
"start_url": "/",
"background_color": "#222",
"display": "standalone",
"scope": "/",
"theme_color": "#222",
"shortcuts": [],
"icons": [
{
"src": "apple-touch-icon.png?v=1",
"type": "image/png",
"sizes": "300x300"
}
],
"navigation": [
{"name": "product-information", "kind": "extension"},
{"kind": "separator"},
Expand Down

0 comments on commit 74bef38

Please sign in to comment.