mirror of
				https://github.com/flynx/PortableMag.git
				synced 2025-10-29 11:10:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			685 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			685 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | |
| <widget xmlns="http://www.w3.org/ns/widgets" 
 | |
| 		xmlns:gap="http://phonegap.com/ns/1.0" 
 | |
| 		id="org.PortableMag" 
 | |
| 		versionCode="10" 
 | |
| 		version="0.0.1">
 | |
| 
 | |
| 
 | |
| 	<name>PortableMag</name>
 | |
| 
 | |
| 
 | |
| 	<description>
 | |
| 		Portable Magazine tech-demo.
 | |
| 	</description>
 | |
| 
 | |
| 
 | |
| 	<author href="https://github.com/flynx/PortableMag" email="alex.nanou@gmail.com">
 | |
| 		Alex A. Naanou
 | |
| 	</author>
 | |
| 
 | |
| 
 | |
| 	<!--preference name="orientation" value="landscape" /-->
 | |
| 	<preference name="fullscreen" value="true" />
 | |
| 
 | |
| 
 | |
| 	<feature name="http://api.phonegap.com/1.0/file"/>
 | |
| 	<feature name="http://api.phonegap.com/1.0/network"/>
 | |
| 	<feature name="http://api.phonegap.com/1.0/notification"/>
 | |
| 	
 | |
| 
 | |
| </widget>
 |