jekyll build from Action fae93a92de

This commit is contained in:
2025-03-18 20:57:09 +00:00
parent b87af1c72c
commit 2c87d29b95
12 changed files with 582 additions and 326 deletions

21
assets/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "ThePhoenixDivision",
"short_name": "CPRED",
"start_url": "/cpred/",
"display": "standalone",
"background_color": "#f8ef02",
"theme_color": "#ff003c",
"icons": [
{
"src": "/cpred/assets/img/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/cpred/assets/img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}