sourcebot/packages/web/public/manifest.json
Michael Sukkarieh 8dc41a22b9
Fix repo images in authed instance case and add manifest json (#332)
* wip fix repo images

* fix config imports

* add manifest json

* more logos for manifest

* add properly padded icon

* support old gitlab token case, simplify getImage action, feedback

* add changelog entry

* fix build error
2025-06-06 10:50:13 -07:00

14 lines
No EOL
240 B
JSON

{
"name": "Sourcebot",
"short_name": "Sourcebot",
"display": "standalone",
"start_url": "/",
"icons": [
{
"src": "/logo_512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}