9 Commits

Author SHA1 Message Date
d436942617 Merge pull request 'fixes icon issue' (#84) from enablePWA into master
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
Reviewed-on: oliver/simcompanies-dashboard#84
Reviewed-by: Oliver Boehlk <ollitobiasb@gmail.com>
2020-05-29 20:33:39 +02:00
f50380313e fixes icon issue
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
2020-05-29 20:30:08 +02:00
2183ecb560 Merge pull request 'enablePWA' (#83) from enablePWA into master
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
Reviewed-on: oliver/simcompanies-dashboard#83
Reviewed-by: Oliver Boehlk <ollitobiasb@gmail.com>
2020-05-29 20:15:26 +02:00
6167326e0f edited manifest
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
2020-05-29 20:09:14 +02:00
9dbf0de7d0 edited index.html
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
2020-05-29 20:07:54 +02:00
47d2f4c75d close #79 2020-05-29 20:01:56 +02:00
bba412b0d1 edited
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
2020-05-29 19:57:54 +02:00
0d104f3136 Merge pull request 'added more icons for PWA installability #41' (#82) from enablePWA into master
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
Reviewed-on: oliver/simcompanies-dashboard#82
Reviewed-by: Oliver Boehlk <ollitobiasb@gmail.com>
2020-05-29 19:46:18 +02:00
6616cec0e7 added more icons for PWA installability #41
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
2020-05-29 19:40:57 +02:00
6 changed files with 24 additions and 1768 deletions

1761
backend/package-lock.json generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -3,7 +3,11 @@
<head>
<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="description" content="This is the dashboard for sim companies ">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

View File

@@ -5,9 +5,22 @@
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"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": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#0B1929",
"background_color": "#0B1929"
}