 Issue 29345751:
  Issue 4028 - Add support for Edge extensions to buildtools  (Closed)
    
  
    Issue 29345751:
  Issue 4028 - Add support for Edge extensions to buildtools  (Closed) 
  | Index: tests/AppManifest.xml.expect | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/tests/AppManifest.xml.expect | 
| @@ -0,0 +1,53 @@ | 
| +<?xml version="1.0" encoding="utf-8"?> | 
| + | 
| +<Package | 
| + xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | 
| + xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | 
| + xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" | 
| + IgnorableNamespaces="uap3"> | 
| + | 
| + <Identity | 
| + Name="EyeoGmbH.AdblockPlus" | 
| 
Sebastian Noack
2016/07/01 15:56:04
Please don't hard-code publisher, product name and
 
Vasily Kuznetsov
2016/07/01 19:51:28
Well, this file is part of a test. In the template
 | 
| + Publisher="CN=4F066043-8AFE-41C9-B762-6C15E77E3F88" | 
| + Version="1.3.3.7" /> | 
| + | 
| + <Properties> | 
| + <DisplayName>Adblock Plus</DisplayName> | 
| + <PublisherDisplayName>Eyeo GmbH</PublisherDisplayName> | 
| + <Logo>Assets\logo_50.png</Logo> | 
| + </Properties> | 
| + | 
| + <Dependencies> | 
| + <TargetDeviceFamily | 
| + Name="Windows.Desktop" | 
| + MinVersion="10.0.14332.0" | 
| + MaxVersionTested="12.0.0.0" /> | 
| + </Dependencies> | 
| + | 
| + <Resources> | 
| + <Resource Language="en-us"/> | 
| + </Resources> | 
| + | 
| + <Applications> | 
| + <Application Id="App"> | 
| + <uap:VisualElements | 
| + AppListEntry="none" | 
| + DisplayName="Adblock Plus" | 
| + Square150x150Logo="Assets\logo_150.png" | 
| + Square44x44Logo="Assets\logo_44.png" | 
| + Description="Adblock Plus is the most popular ad blocker ever, and also supports websites by not blocking unobstrusive ads by default (configurable)." | 
| + BackgroundColor="red"> | 
| + </uap:VisualElements> | 
| + <Extensions> | 
| + <uap3:Extension Category="windows.appExtension"> | 
| + <uap3:AppExtension Name="com.microsoft.edge.extension" | 
| + Id="1.0" | 
| + PublicFolder="Extension" | 
| + DisplayName="Adblock Plus"> | 
| + </uap3:AppExtension> | 
| + </uap3:Extension> | 
| + </Extensions> | 
| + </Application> | 
| + </Applications> | 
| + | 
| +</Package> |