mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -07:00
28 lines
557 B
JSON
28 lines
557 B
JSON
{
|
|
"name": "big-AGI",
|
|
"short_name": "AGI",
|
|
"theme_color": "#434356",
|
|
"background_color": "#B9B9C6",
|
|
"description": "Personal AGI App",
|
|
"display": "standalone",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/icon-1024x1024.png",
|
|
"sizes": "1024x1024",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|