JabberCard/systems.toml

12 lines
372 B
TOML
Raw Normal View History

systems = [
{ name = "Android", id = "android" },
{ name = "Apple", id = "apple" },
{ name = "Browser", id = "browser" },
{ name = "Haiku", id = "haiku" },
{ name = "KaiOS", id = "kaios" },
{ name = "Linux", id = "linux" },
{ name = "POSIX", id = "posix" },
{ name = "UBports", id = "ubports" },
{ name = "Windows", id = "windows" },
]