mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
23 lines
657 B
YAML
23 lines
657 B
YAML
icons_launcher:
|
|
image_path: "icons/fladder_icon.png"
|
|
platforms:
|
|
android:
|
|
adaptive_foreground_image: "icons/fladder_icon.png"
|
|
adaptive_background_color: "#3a2101"
|
|
adaptive_monochrome_image: "icons/fladder_adaptive_icon.png"
|
|
enable: true
|
|
ios:
|
|
image_path: "icons/fladder_icon.png"
|
|
enable: true
|
|
windows:
|
|
image_path: "icons/fladder_icon_desktop.png"
|
|
enable: true
|
|
macos:
|
|
image_path: "icons/fladder_icon_desktop.png"
|
|
enable: true
|
|
linux:
|
|
image_path: "icons/fladder_icon_desktop.png"
|
|
enable: true
|
|
web:
|
|
favicon_path: "icons/fladder_icon.png"
|
|
enable: true
|