1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-08-02 03:21:29 +00:00

added favicons

This commit is contained in:
2019-10-06 22:37:39 -07:00
parent 2a3e0ba382
commit a80bddaaec
11 changed files with 1687 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}