Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web App Manifest - Save as desktop or mobile app #3632

Merged
merged 2 commits into from
Aug 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
pre-commit linting
  • Loading branch information
sun-jay committed Aug 4, 2023
commit 5ed13e2a770097f0ddba26aafa4339022bf35e82
41 changes: 20 additions & 21 deletions website/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "Open Assistant",
"short_name": "Open Assistant",
"description": "Open Assistant is a project meant to give everyone access to a great chat based large language model.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3182CE",
"icons": [
{
"src": "/images/logos/logo.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/images/logos/logo_192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}

"name": "Open Assistant",
"short_name": "Open Assistant",
"description": "Open Assistant is a project meant to give everyone access to a great chat based large language model.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3182CE",
"icons": [
{
"src": "/images/logos/logo.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/images/logos/logo_192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}