af - Application File format (.af)
The Application Files define System Menu entries and launcher file types / protocols.
Application files are a subset of the INI format. They have no easily detectable filemagic and contain application information (App group):
Key | Description |
---|---|
Name | name |
Executable | executable path |
Category | category (optional) |
Description | description (optional) |
IconPath | application icon path (optional) |
RunInTerminal | run in terminal flag (optional) |
and launcher information (Launcher group, optional):
Key | Description |
---|---|
FileTypes | supported file types separated by ',' |
Protocols | protocols separated by ',' |
All application files are stored in /res/apps
.
[App]
Name=Calendar
Executable=/bin/Calendar
Category=Utilities
- ini(5)
Userland/Services/Taskbar/main.cpp
Launcher::load_handlers
inUserland/Services/LaunchServer/Launcher.cpp