| LEFT | RIGHT |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <Package | 3 <Package |
| 4 xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | 4 xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" |
| 5 xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | 5 xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" |
| 6 xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" | 6 xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" |
| 7 IgnorableNamespaces="uap3"> | 7 IgnorableNamespaces="uap3"> |
| 8 | 8 |
| 9 <Identity | 9 <Identity |
| 10 Name="EyeoGmbH.AdblockPlus" | 10 Name="EyeoGmbH.AdblockPlus" |
| 11 Publisher="CN=4F066043-8AFE-41C9-B762-6C15E77E3F88" | 11 Publisher="CN=4F066043-8AFE-41C9-B762-6C15E77E3F88" |
| 12 Version="1.3.3.7" /> | 12 Version="1.2.3.0" /> |
| 13 | 13 |
| 14 <Properties> | 14 <Properties> |
| 15 <DisplayName>Adblock Plus</DisplayName> | 15 <DisplayName>Adblock Plus</DisplayName> |
| 16 <PublisherDisplayName>Eyeo GmbH</PublisherDisplayName> | 16 <PublisherDisplayName>Eyeo GmbH</PublisherDisplayName> |
| 17 <Logo>Assets\logo_50.png</Logo> | 17 <Logo>Assets\logo_50.png</Logo> |
| 18 </Properties> | 18 </Properties> |
| 19 | 19 |
| 20 <Dependencies> | 20 <Dependencies> |
| 21 <TargetDeviceFamily | 21 <TargetDeviceFamily |
| 22 Name="Windows.Desktop" | 22 Name="Windows.Desktop" |
| (...skipping 29 matching lines...) Expand all Loading... |
| 52 <Capability Name="browserWebRequest"/> | 52 <Capability Name="browserWebRequest"/> |
| 53 </Capabilities> | 53 </Capabilities> |
| 54 </uap3:Properties> | 54 </uap3:Properties> |
| 55 </uap3:AppExtension> | 55 </uap3:AppExtension> |
| 56 </uap3:Extension> | 56 </uap3:Extension> |
| 57 </Extensions> | 57 </Extensions> |
| 58 </Application> | 58 </Application> |
| 59 </Applications> | 59 </Applications> |
| 60 | 60 |
| 61 </Package> | 61 </Package> |
| LEFT | RIGHT |