This commit is contained in:
2026-06-25 13:46:14 -04:00
parent ccfe809609
commit fdf8e754f5
9 changed files with 118 additions and 5 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "Chrono CCG - Slop Reference",
"short_name": "cccg.sr",
"start_url": "./",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}