mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
38 lines
771 B
JSON
38 lines
771 B
JSON
{
|
|
"name": "big-AGI",
|
|
"short_name": "big-AGI",
|
|
"theme_color": "#32383E",
|
|
"background_color": "#9FA6AD",
|
|
"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"
|
|
}
|
|
],
|
|
"share_target": {
|
|
"action": "/launch",
|
|
"method": "GET",
|
|
"enctype": "application/x-www-form-urlencoded",
|
|
"params": {
|
|
"title": "title",
|
|
"text": "text",
|
|
"url": "url"
|
|
}
|
|
}
|
|
}
|