File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 4
4
< head {{ HEAD_ATTRS }} >
5
5
< title > Diff viewer</ title >
6
6
< meta name ="theme-color " content ="#2563EB ">
7
+ < link rel ="manifest " href ="/manifest.json " />
7
8
< link rel ="shortcut icon " href ="/favicon.ico " type ="image/x-icon " />
8
9
< meta property ="og:url " content ="https://diffviewer.vercel.app/ ">
9
10
< meta name ="og:image " property ="og:image " content ="https://diffviewer.vercel.app/brand-430x495.png ">
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Diff viewer" ,
3
+ "short_name" : " Diff viewer" ,
4
+ "description" : " Nikhil Mehta's personal website" ,
5
+ "icons" : [
6
+ {
7
+ "src" : " /android-chrome-192x192.png" ,
8
+ "sizes" : " 192x192" ,
9
+ "type" : " image/png"
10
+ },
11
+ {
12
+ "src" : " /android-chrome-512x512.png" ,
13
+ "sizes" : " 512x512" ,
14
+ "type" : " image/png"
15
+ }
16
+ ],
17
+ "start_url" : " /" ,
18
+ "url_handlers" : [
19
+ {
20
+ "origin" : " https://diffviewer.vercel.app/"
21
+ }
22
+ ],
23
+ "theme_color" : " #2563EB" ,
24
+ "background_color" : " #2563EB" ,
25
+ "display" : " standalone"
26
+ }
You can’t perform that action at this time.
0 commit comments