adding PWA functionality
This commit is contained in:
parent
5e67a1f778
commit
c548c9903c
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
<title>Exchange Rate Calculator</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="EUR-DZD Calculator">
|
||||
<link rel="apple-touch-icon" href="icon.png">
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
|
|
|
@ -13,4 +13,5 @@
|
|||
"background_color": "#f5f5f5",
|
||||
"theme_color": "#4CAF50"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue