Researcher / src /web /static /manifest.json
amarck's picture
Initial commit: Research Intelligence System
a0f27fa
raw
history blame contribute delete
723 Bytes
{
"name": "Research Intelligence",
"short_name": "Research",
"description": "AI/ML and Security paper triage dashboard",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#060a13",
"theme_color": "#0b1121",
"orientation": "any",
"categories": ["productivity", "utilities"],
"icons": [
{
"src": "/static/favicon.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
},
{
"src": "/static/favicon-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "/static/favicon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
}
]
}