← back to Dear Bubbe Nextjs
public/manifest.json
78 lines
{
"name": "Dear Bubbe - AI Jewish Grandma",
"short_name": "Dear Bubbe",
"description": "Get brutally honest advice from your AI Jewish grandmother",
"start_url": "/",
"display": "standalone",
"background_color": "#FFF8E7",
"theme_color": "#f59e0b",
"orientation": "portrait-primary",
"scope": "/",
"lang": "en-US",
"categories": ["lifestyle", "entertainment", "education"],
"icons": [
{
"src": "/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"screenshots": [
{
"src": "/bubbe.png",
"sizes": "512x512",
"type": "image/png",
"form_factor": "narrow"
}
],
"shortcuts": [
{
"name": "Chat with Bubbe",
"short_name": "Chat",
"description": "Start a conversation with Dear Bubbe",
"url": "/?quick=chat",
"icons": [
{
"src": "/bubbe.png",
"sizes": "96x96"
}
]
},
{
"name": "My Messages",
"short_name": "Messages",
"description": "View your conversation history",
"url": "/messages",
"icons": [
{
"src": "/bubbe.png",
"sizes": "96x96"
}
]
}
],
"related_applications": [],
"prefer_related_applications": false
}