Fladder/icons_launcher.yaml
2024-10-10 23:36:15 +02:00

23 lines
661 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_store_icon.jpg"
enable: true
windows:
image_path: "icons/fladder_icon_desktop.png"
enable: true
macos:
image_path: "icons/fladder_macos_icon.png"
enable: true
linux:
image_path: "icons/fladder_icon_desktop.png"
enable: true
web:
favicon_path: "icons/fladder_icon.png"
enable: true