pika-welcome/data/config/contribute.json
Ward from fusion-voyager-3 28d09f3b42
Some checks failed
Github Push back to gitea / Push (push) Failing after 1m11s
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 2m9s
5.0.1
2024-12-05 19:13:33 +03:00

28 lines
722 B
JSON

{
"contribute": [
{
"id": 0,
"title": "contribute-gitea-title",
"subtitle": "contribute-gitea-subtitle",
"icon": "pika-gitea",
"button": "launch-label",
"command": "xdg-open https://git.pika-os.com"
},
{
"id": 1,
"title": "translate-weblate-title",
"subtitle": "translate-weblate-subtitle",
"icon": "pika-weblate",
"button": "launch-label",
"command": "xdg-open https://hosted.weblate.org/projects/pikaos/"
},
{
"id": 1,
"title": "donate-kofi-title",
"subtitle": "donate-kofi-subtitle",
"icon": "pika-kofi",
"button": "launch-label",
"command": "xdg-open https://ko-fi.com/pikaos"
}
]
}