Files
Linking-Tool/static/manifest.json
Sudo-Ivan b683da85f0
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 15s
CI / check (push) Successful in 19s
CI / build (push) Successful in 33s
Implement theme toggle functionality in IdentityGraph component and refine styling for light/dark modes. Clean up unused imports and whitespace in related files.
2025-12-24 19:13:08 -06:00

19 lines
422 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"
}
]
}