File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 7
7
< link rel ="stylesheet " href ="www/lib/codemirror/lib/codemirror.css " charset ="utf-8 ">
8
8
< link rel ="stylesheet " href ="www/lib/codemirror/theme/tomorrow-night.css " charset ="utf-8 ">
9
9
< link rel ="stylesheet " href ="css/main.css?cachebust=2 " charset ="utf-8 ">
10
+ < link rel ="apple-touch-icon " href ="/img/icon-512.png ">
11
+ < meta name ="apple-mobile-web-app-capable " content ="yes ">
12
+ < meta name ="apple-mobile-web-app-status-bar-style " content ="black ">
13
+ < link rel ="manifest " href ="/manifest.json ">
14
+ < link rel ="icon " type ="image/png " href ="/img/icon-512.png ">
10
15
</ head >
11
16
< body >
12
17
< header id ="header ">
Original file line number Diff line number Diff line change
1
+ {
2
+ "id" : " online-json-diff" ,
3
+ "name" : " Online JSON Diff" ,
4
+ "short_name" : " JSON DIff" ,
5
+ "description" : " Online JSON Compare Diff Finder" ,
6
+ "start_url" : " https://www.json-diff.com" ,
7
+ "display" : " standalone" ,
8
+ "background_color" : " #ffffff" ,
9
+ "theme_color" : " #000000" ,
10
+ "icons" : [
11
+ {
12
+ "purpose" : " any" ,
13
+ "src" : " /img/icon-512.png" ,
14
+ "sizes" : " 512x512" ,
15
+ "type" : " image/png"
16
+ },
17
+ {
18
+ "purpose" :" maskable" ,
19
+ "src" : " /img/icon-512.png" ,
20
+ "sizes" : " 512x512" ,
21
+ "type" : " image/png"
22
+ }
23
+ ]
24
+ }
You can’t perform that action at this time.
0 commit comments