-
Notifications
You must be signed in to change notification settings - Fork 34
/
tildagon.toml
40 lines (31 loc) · 1.23 KB
/
tildagon.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[app]
# The name of your app as displayed in the menu
name = "Demo App"
# The submenu where your app should appear.
# One of: "Badge", "Music", "Media", "Apps", "Games"
category = "Badge"
# OPTIONAL: Same as above, for compatibility with older firmware
# versions that can't handle categories introduced afterwards.
# One of: "Badge", "Music", "Apps"
# menu = "Badge"
# OPTIONAL: If your app prefers wifi to be off or on when entering.
# Useful if you want more resources (false) or need wifi (true).
# Remove if you don't want to change wifi state!
# wifi_preference = false
[entry]
# The name of your entry point `Application` class
# class = "NickApp"
[metadata]
# Your nickname. Must be at most 32 characters!
author = "hughrawlinson"
# License of your app as an SPDX identifier: <https://spdx.org/licenses/>
license = "LGPL-3.0-only"
# URL to the repository of your app.
url = "https://www.github.com/hughrawlinson/tildagon-demo"
# Description of your app. Maximum 140 characters!
description = "A demo tildagon app for use developing the app directory"
# Version number of your app. If you push a commit where this number is
# increased, we interpret this as a new version being released.
#
# Version number must be an string!
version = "0.0.1"