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>
|
<title>Exchange Rate Calculator</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="manifest" href="/manifest.json">
|
<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>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
|
|
|
@ -14,3 +14,4 @@
|
||||||
"theme_color": "#4CAF50"
|
"theme_color": "#4CAF50"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue