Fladder/icons_launcher.yaml
2024-10-11 12:22:53 +02:00

24 lines
731 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"
notification_image: icons/fladder_notification_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_desktop.png"
enable: true