pika-welcome/data/config/contribute.json

20 lines
488 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,
"title": "contribute-gitea-title",
"subtitle": "contribute-gitea-subtitle",
"icon": "pika-gitea",
2024-02-24 21:00:00 +01:00
"button": "launch-label",
"command": "xdg-open https://git.pika-os.com"
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://weblate.pika-os.com"
2024-02-24 19:17:38 +01:00
}
]
}