Compare commits
6 Commits
new-mockda
...
enablePWA
| Author | SHA1 | Date | |
|---|---|---|---|
| f50380313e | |||
| 6167326e0f | |||
| 9dbf0de7d0 | |||
| 47d2f4c75d | |||
| bba412b0d1 | |||
| 6616cec0e7 |
1761
backend/package-lock.json
generated
1761
backend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
BIN
frontend/public/android-chrome-512x512.png
Normal file
BIN
frontend/public/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
BIN
frontend/public/android-icon-192x192.png
Normal file
BIN
frontend/public/android-icon-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
frontend/public/apple-icon-180x180.png
Normal file
BIN
frontend/public/apple-icon-180x180.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -3,7 +3,11 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" sizes="64x64" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-icon-180x180.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="%PUBLIC_URL%/android-icon-192x192.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="512x512" href="%PUBLIC_URL%/android-chrome-512x512.png">
|
||||||
|
<meta name="theme-color" content="#0B1929" />
|
||||||
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
|
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
|
||||||
<meta name="description" content="This is the dashboard for sim companies ">
|
<meta name="description" content="This is the dashboard for sim companies ">
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
|
|||||||
@@ -2,12 +2,25 @@
|
|||||||
"short_name": "SC Dashboard",
|
"short_name": "SC Dashboard",
|
||||||
"name": "Sim Companies Dashboard",
|
"name": "Sim Companies Dashboard",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
}],
|
},
|
||||||
|
{
|
||||||
|
"src": "android-icon-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"density": "4.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"density": "4.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#000000",
|
"theme_color": "#0B1929",
|
||||||
"background_color": "#ffffff"
|
"background_color": "#0B1929"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user