Rails new

This commit is contained in:
2025-06-21 16:15:07 +03:00
commit 2bdb85fa0a
65 changed files with 1825 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "SubtleStorm",
"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": "SubtleStorm.",
"theme_color": "red",
"background_color": "red"
}