This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +21
-30
lines changed
Expand file tree Collapse file tree 5 files changed +21
-30
lines changed Original file line number Diff line number Diff line change 66 < link rel ="apple-touch-icon " sizes ="180x180 " href ="/fav/apple-touch-icon.png " />
77 < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/fav/favicon-32x32.png " />
88 < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/fav/favicon-16x16.png " />
9- < link rel ="manifest " href ="/fav/ site.webmanifest " />
9+ < link rel ="manifest " href ="/site.webmanifest " />
1010 < link rel ="mask-icon " href ="/fav/safari-pinned-tab.svg " color ="#50AF95 " />
1111 < meta name ="theme-color " content ="#333333 " />
12- < title > O2Pay </ title >
12+ < title > OxygenPay </ title >
1313 </ head >
1414 < body >
1515 < div id ="root "> </ div >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " OxygenPay" ,
3+ "short_name" : " OxygenPay" ,
4+ "icons" : [
5+ {
6+ "src" : " /fav/android-chrome-192x192.png" ,
7+ "sizes" : " 192x192" ,
8+ "type" : " image/png"
9+ },
10+ {
11+ "src" : " /fav/android-chrome-512x512.png" ,
12+ "sizes" : " 512x512" ,
13+ "type" : " image/png"
14+ }
15+ ],
16+ "theme_color" : " #50AF95" ,
17+ "background_color" : " #50AF95" ,
18+ "display" : " standalone"
19+ }
You can’t perform that action at this time.
0 commit comments