initial Rails application

This commit is contained in:
2026-09-13 17:55:31 -06:00
commit ff0a306668
99 changed files with 2977 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "CarTracker",
"icons": [
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": "/",
"display": "standalone",
"scope": "/",
"description": "CarTracker.",
"theme_color": "red",
"background_color": "red"
}