File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Open Assistant" ,
3
+ "short_name" : " Open Assistant" ,
4
+ "description" : " Open Assistant is a project meant to give everyone access to a great chat based large language model." ,
5
+ "start_url" : " /" ,
6
+ "display" : " standalone" ,
7
+ "background_color" : " #ffffff" ,
8
+ "theme_color" : " #3182CE" ,
9
+ "icons" : [
10
+ {
11
+ "src" : " /images/logos/logo.png" ,
12
+ "sizes" : " 512x512" ,
13
+ "type" : " image/png"
14
+ },
15
+ {
16
+ "src" : " /images/logos/logo_192x192.png" ,
17
+ "sizes" : " 192x192" ,
18
+ "type" : " image/png"
19
+ }
20
+ ]
21
+ }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export default function Document() {
4
4
return (
5
5
< Html className = "h-full antialiased" lang = "en" >
6
6
< Head >
7
+ < link rel = "manifest" href = "/manifest.json" />
7
8
< link rel = "shortcut icon" type = "image/png" href = "/images/logos/favicon.png" />
8
9
</ Head >
9
10
< body className = "flex h-full flex-col" >
You can’t perform that action at this time.
0 commit comments