Files
App-Installer-For-Windows-8…/shared/VisualElementsManifest.xml
2026-04-06 13:09:20 +08:00

51 lines
1.8 KiB
XML

<Applications>
<Application Id='App'>
<VisualElements
DisplayName='App Installer'
Logo='VisualElements\150x150.png'
SmallLogo='VisualElements\70x70.png'
ForegroundText='light'
Lnk32x32Logo="Icons\Main.ico"
BackgroundColor='#0078D7'>
<DefaultTile ShowName='allLogos' />
<SplashScreen Image="VisualElements\SplashLarge.png" BackgroundColor="#0078d7"
DarkModeBackgroundColor='#001629' />
</VisualElements>
</Application>
<Application Id='Manager'>
<VisualElements
DisplayName='Package Manager'
Logo='Settings.Assets\Logo.png'
SmallLogo='Settings.Assets\SmallLogo.png'
ForegroundText='light'
BackgroundColor='#159d9d'>
<DefaultTile ShowName='allLogos' />
<SplashScreen Image="VisualElements\splash\manager\splash.png"
BackgroundColor="#159d9d" DarkModeBackgroundColor='#2e1e5c' />
</VisualElements>
</Application>
<Application Id='Reader'>
<VisualElements
DisplayName='Package Manager'
Logo='Settings.Assets\Logo.png'
SmallLogo='Settings.Assets\SmallLogo.png'
ForegroundText='light'
BackgroundColor='#004fe2'>
<DefaultTile ShowName='allLogos' />
<SplashScreen Image="VisualElements\splash\reader\splash.png"
BackgroundColor="#004fe2" DarkModeBackgroundColor='#002770' />
</VisualElements>
</Application>
<Application Id='Settings'>
<VisualElements
DisplayName='Settings'
Logo='Settings.Assets\Logo.png'
SmallLogo='Settings.Assets\SmallLogo.png'
ForegroundText='light'
BackgroundColor='#5133ab'>
<DefaultTile ShowName='allLogos' />
<SplashScreen Image="VisualElements\splash\settings\splashscreen.png"
BackgroundColor="#5133ab" DarkModeBackgroundColor='#2e1e5c' />
</VisualElements>
</Application>
</Applications>