mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +00:00
* 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
14 lines
No EOL
240 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
|