Fladder/icons_launcher.yaml
PartyDonut 9c69e05b75 Updated web icon
Use new package and generate iOS icons
2024-10-10 23:41:15 +02:00

23 lines
669 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_desktop.png"
enable: true