Files
app
components
data
functions
public
files
app.webmanifest
favicon.ico
robots.txt
.gitignore
.node-version
OFL.txt
emotion-server.js
index.css
index.d.ts
package-lock.json
package.json
remix.config.js
server.ts
theme.ts
tsconfig.json
car-crushers-portal/public/app.webmanifest
2023-10-19 16:49:05 -04:00

25 lines
473 B
JSON

{
"short_name": "CC",
"name": "Car Crushers",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#00a8f8",
"background_color": "#ffffff"
}