Skip to content

Commit

Permalink
Adds manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Nov 28, 2018
1 parent ede1519 commit 78dd5b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dozzle</title>
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono|Gafata" rel="stylesheet" />
<link rel="manifest" href="manifest.webmanifest" />
<link href="styles.scss" rel="stylesheet" />
<script>
window["BASE_PATH"] = "{{ .Base }}";
Expand Down
9 changes: 9 additions & 0 deletions assets/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Dozzle Log Viewer",
"short_name": "Dozzle",
"theme_color": "#111111",
"background_color": "#111111",
"display": "standalone",
"scope": "/",
"start_url": "/"
}

0 comments on commit 78dd5b1

Please sign in to comment.