Commit 8ac4965 1 parent 32d3f6c commit 8ac4965 Copy full SHA for 8ac4965
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 16
16
< link rel ="stylesheet " href ="{{ .Base }}/{{ index $css 0}} " />
17
17
< script type ="module " src ="{{ .Base }}/{{ $js }} "> </ script >
18
18
{{- end }}
19
- < meta name ="description " content ="Dozzle is a log viewer for Docker " />
19
+ < meta name ="description " content ="A log viewer for containers " />
20
20
< meta name ="robots " content ="noindex " />
21
21
< link rel ="apple-touch-icon " href ="{{ .Base }}/apple-touch-icon.png " sizes ="512x512 " />
22
+ < link rel ="manifest " href ="{{ .Base }}/manifest.webmanifest " />
22
23
</ head >
23
24
24
25
< body >
Original file line number Diff line number Diff line change @@ -83,8 +83,15 @@ export default defineConfig(() => ({
83
83
name : "Dozzle" ,
84
84
display : "standalone" ,
85
85
short_name : "Dozzle" ,
86
- description : "A simple and lightweight Vue.js application " ,
86
+ description : "A log viewer for containers " ,
87
87
theme_color : "#000" ,
88
+ icons : [
89
+ {
90
+ src : "/apple-touch-icon.png" ,
91
+ sizes : "512x512" ,
92
+ type : "image/png" ,
93
+ } ,
94
+ ] ,
88
95
} ,
89
96
} ) ,
90
97
] ,
You can’t perform that action at this time.
0 commit comments