Fladder/icons_launcher-production.yaml
PartyDonut b8ad2a4ac6
feature: Added new icon (#140)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-11 19:59:38 +01:00

25 lines
820 B
YAML

icons_launcher:
image_path: "icons/production/fladder_icon.png"
platforms:
android:
adaptive_foreground_image: "icons/production/fladder_icon.png"
adaptive_background_color: "#3a2101"
adaptive_monochrome_image: "icons/production/fladder_adaptive_icon.png"
notification_image: icons/fladder_notification_icon.png
enable: true
ios:
image_path: "icons/production/fladder_store_icon.png"
enable: true
windows:
image_path: "icons/production/fladder_icon_desktop.png"
enable: true
macos:
image_path: "icons/production/fladder_macos_icon.png"
enable: true
linux:
image_path: "icons/production/fladder_icon_desktop.png"
enable: true
web:
favicon_path: "icons/production/fladder_icon_desktop.png"
enable: true