This commit is contained in:
2026-04-07 14:23:09 +08:00
commit 787a10ce5d
148 changed files with 45241 additions and 0 deletions

18
public/manifest.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "RiskGuard",
"short_name": "RiskGuard",
"display": "standalone",
"start_url": "./?utm_source=homescreen",
"theme_color": "#002140",
"background_color": "#001529",
"icons": [
{
"src": "icons/icon-192x192.png",
"sizes": "192x192"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512"
}
]
}