14 lines
268 B
TOML
14 lines
268 B
TOML
[app]
|
|
name = "Scoreboard"
|
|
category = "Apps"
|
|
wifi_preference = false
|
|
|
|
[entry]
|
|
class = "Scoreboard"
|
|
|
|
[metadata]
|
|
author = "jake-walker"
|
|
license = "Unlicense"
|
|
url = "https://github.com/jake-walker/tildagon-scoreboard"
|
|
description = "A simple scoreboard"
|
|
version = "0.0.1"
|