pika-welcome/data/config/contribute.json

20 lines
515 B
JSON
Raw Normal View History

2024-02-24 19:17:38 +01:00
{
2024-02-24 19:28:43 +01:00
"contribute": [
2024-02-24 19:17:38 +01:00
{
"id": 0,
2024-02-24 21:00:00 +01:00
"title": "contribute-github-title",
"subtitle": "contribute-github-subtitle",
"icon": "pika-github",
"button": "launch-label",
"command": "xdg-open https://github.com/PikaOS-Linux"
2024-02-24 19:17:38 +01:00
},
{
2024-02-24 21:00:00 +01:00
"id": 0,
"title": "translate-weblate-title",
"subtitle": "translate-weblate-subtitle",
"icon": "pika-weblate",
"button": "launch-label",
"command": "xdg-open https://hosted.weblate.org/projects/pikaos/"
2024-02-24 19:17:38 +01:00
}
]
}