mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-03 06:51:00 +02:00
29 lines
604 B
JSON
29 lines
604 B
JSON
|
|
{
|
||
|
|
"name": "Beep Graph",
|
||
|
|
"short_name": "BeepGraph",
|
||
|
|
"description": "Knowledge graph exploration and AI-powered retrieval",
|
||
|
|
"start_url": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"background_color": "#09090b",
|
||
|
|
"theme_color": "#122812",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "/icon-192.png",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"type": "image/png",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/icon-512.png",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/png",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/favicon.svg",
|
||
|
|
"sizes": "any",
|
||
|
|
"type": "image/svg+xml"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|