Advertisement
Guest User

Plugins

a guest
Oct 1st, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.djape.vjpassw" version="1.0.0.0">
  3.  
  4. <name>VJ Passwords</name>
  5. <description>Service passwords for Videojet series 1000 inkjet printers</description>
  6. <author href="http://www.djape.tk" email="info@djape.tk">djAPE</author>
  7.  
  8. <icon src="icon-128.png" width="128" height="128" />
  9. <icon src="icon-256.png" width="256" height="256" gap:role="default" />
  10.  
  11. <preference name="permissions" value="none"/>
  12. <preference name="android-targetSdkVersion" value="23" />
  13.  
  14. <feature name="http://api.phonegap.com/1.0/network"/>
  15. <plugin name="cordova-plugin-media" source="npm" />
  16.  
  17. <preference name="orientation" value="portrait" />
  18. <preference name="fullscreen" value="true" />
  19. <gap:config-file platform="ios" parent="UIStatusBarHidden"><true/></gap:config-file>
  20. <gap:config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance"><false/></gap:config-file>
  21.  
  22. <preference name="deployment-target" value="8.0" />
  23. <preference name="android-minSdkVersion" value="16" />
  24. <plugin name="cordova-plugin-crosswalk-webview" source="npm" />
  25. <gap:plugin name="cordova-plugin-ad-admob" source="npm" />
  26. <plugin name="cordova-plugin-whitelist" source="npm" />
  27. <access origin="*" />
  28.  
  29. <plugin name="cordova-plugin-inappbrowser" source="npm" />
  30. <plugin name="cordova-plugin-statusbar" source="npm" />
  31. <plugin name="https://github.com/cranberrygame/cordova-plugin-navigationbar" source="npm" />
  32.  
  33. <!-- Optional splash screen image, e.g.: -->
  34. <!-- <gap:splash src="splash.png" width="1024" height="768" /> -->
  35.  
  36. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement