Fladder/icons_launcher.yaml
2024-09-20 10:01:13 +02:00

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