StemGraph_AI / static /manifest.json
Krishna111111's picture
claude code; tavily; bugs fix..
1829c17
Raw
History Blame Contribute Delete
751 Bytes
{
"name": "STEM Copilot",
"short_name": "STEM Copilot",
"description": "AI-powered NCERT tutor for Class XI & XII — Physics, Chemistry, Mathematics",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"orientation": "portrait",
"prefer_related_applications": false,
"icons": [
{
"src": "/assets/stem_black.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/stem_black.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/bot.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
]
}