Files
Linking-Tool/static/manifest.json
Sudo-Ivan 5e07339709
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 16s
CI / check (push) Successful in 19s
CI / build (push) Successful in 32s
0.1.0
2025-12-24 18:43:08 -06:00

20 lines
423 B
JSON

{
"name": "Linking Tool",
"short_name": "Linking Tool",
"description": "A client-side identity graph visualization tool for mapping relationships between entities",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#dc2626",
"orientation": "any",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}