| 
					
				 | 
			
			
				@@ -1,12 +1,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <?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="2907385AAD3C7.FullScreen" Publisher="CN=00DC470D-9A91-4F5D-A194-4D2A14249801" Version="1.0.0.0" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <Identity Name="2907385AAD3C7.FullScreen" Publisher="CN=00DC470D-9A91-4F5D-A194-4D2A14249801" Version="1.1.0.0" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <Properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <DisplayName>FullScreen</DisplayName> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <DisplayName>Edge Full Screen</DisplayName> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <PublisherDisplayName>Zhizhou Technology Co.,Ltd.</PublisherDisplayName> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <Logo>[REPLACE WITH RELATIVE PATH TO 50x50 ICON]</Logo> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <Logo>Assets\icon_50.png</Logo> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </Properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <Dependencies> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -14,16 +14,16 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </Dependencies> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <Resources> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <Resource Language="en-us" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <Resource Language="zh-cn" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </Resources> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <Applications> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <Application Id="App"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <uap:VisualElements AppListEntry="none" DisplayName="[REPLACE WITH RESERVED STORE NAME]" Square150x150Logo="[REPLACE WITH RELATIVE PATH TO 150x150 ICON]" Square44x44Logo="[REPLACE WITH RELATIVE PATH TO 44x44 ICON]" Description="This is the description of the extension" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <uap:VisualElements AppListEntry="none" DisplayName="Edge Full Screen" Square150x150Logo="Assets\icon_150.png" Square44x44Logo="Assets\icon_44.png" Description="实现 Edge 全屏启动。" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             BackgroundColor="white"></uap:VisualElements> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <Extensions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <uap3:Extension Category="windows.appExtension"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <uap3:AppExtension Name="com.microsoft.edge.extension" Id="EdgeExtension" PublicFolder="Extension" DisplayName="[REPLACE WITH RESERVED STORE NAME]"></uap3:AppExtension> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <uap3:AppExtension Name="com.microsoft.edge.extension" Id="EdgeExtension" PublicFolder="Extension" DisplayName="Edge Full Screen"></uap3:AppExtension> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </uap3:Extension> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </Extensions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </Application> 
			 |