Advertisement
Guest User

I want to fuck Ishan Talapia!

a guest
Aug 18th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.topboxsoftware.easysleep" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
  3. <name>Easy Sleep</name>
  4. <description>
  5. Wake up feeling more refreshed and ready to start your day with this simple app!
  6. </description>
  7. <author email="support@phonegap.com" href="http://phonegap.com">
  8. PhoneGap Team
  9. </author>
  10.  
  11. <preference name="permissions" value="none" />
  12. <preference name="phonegap-version" value="3.7.0" />
  13. <preference name="orientation" value="portrait" />
  14. <preference name="target-device" value="universal" />
  15. <preference name="fullscreen" value="false" />
  16. <preference name="webviewbounce" value="false" />
  17. <preference name="prerendered-icon" value="true" />
  18. <preference name="stay-in-webview" value="false" />
  19. <preference name="ios-statusbarstyle" value="black-opaque" />
  20. <preference name="detect-data-types" value="true" />
  21. <preference name="exit-on-suspend" value="false" />
  22. <preference name="SplashScreen" value="splash" />
  23. <preference name="show-splash-screen-spinner" value="true" />
  24. <preference name="auto-hide-splash-screen" value="true" />
  25. <preference name="disable-cursor" value="false" />
  26. <preference name="android-minSdkVersion" value="7" />
  27. <preference name="android-installLocation" value="auto" />
  28. <gap:plugin name="org.apache.cordova.battery-status" />
  29. <gap:plugin name="org.apache.cordova.camera" />
  30. <gap:plugin name="org.apache.cordova.media-capture" />
  31. <gap:plugin name="org.apache.cordova.console" />
  32. <gap:plugin name="org.apache.cordova.contacts" />
  33. <gap:plugin name="org.apache.cordova.device" />
  34. <gap:plugin name="org.apache.cordova.device-motion" />
  35. <gap:plugin name="org.apache.cordova.device-orientation" />
  36. <gap:plugin name="org.apache.cordova.dialogs" />
  37. <gap:plugin name="org.apache.cordova.file" />
  38. <gap:plugin name="org.apache.cordova.file-transfer" />
  39. <gap:plugin name="org.apache.cordova.geolocation" />
  40. <gap:plugin name="org.apache.cordova.globalization" />
  41. <gap:plugin name="org.apache.cordova.inappbrowser" />
  42. <gap:plugin name="org.apache.cordova.media" />
  43. <gap:plugin name="org.apache.cordova.network-information" />
  44. <gap:plugin name="org.apache.cordova.splashscreen" />
  45. <gap:plugin name="org.apache.cordova.vibration" />
  46. <gap:splash src="splash.png" />
  47.  
  48. <icon src="icon-60@3x.png" gap:platform="ios" width="180" height="180" />
  49.  
  50. <!-- iPhone / iPod Touch -->
  51. <icon src="icon-60.png" gap:platform="ios" width="60" height="60" />
  52. <icon src="icon-60@2x.png" gap:platform="ios" width="120" height="120" />
  53.  
  54. <!-- iPad -->
  55. <icon src="icon-76.png" gap:platform="ios" width="76" height="76" />
  56. <icon src="icon-76@2x.png" gap:platform="ios" width="152" height="152" />
  57.  
  58. <!-- Settings Icon -->
  59. <icon src="icon-small.png" gap:platform="ios" width="29" height="29" />
  60. <icon src="icon-small@2x.png" gap:platform="ios" width="58" height="58" />
  61.  
  62. <!-- Spotlight Icon -->
  63. <icon src="icon-40.png" gap:platform="ios" width="40" height="40" />
  64. <icon src="icon-40@2x.png" gap:platform="ios" width="80" height="80" />
  65.  
  66. <gap:splash src="splash.png" />
  67. <!-- iPhone and iPod touch -->
  68. <gap:splash src="Default.png" gap:platform="ios" width="320" height="480" />
  69. <gap:splash src="Default@2x.png" gap:platform="ios" width="640" height="960" />
  70.  
  71. <!-- iPhone 5 / iPod Touch (5th Generation) -->
  72. <gap:splash src="Default-568h@2x.png" gap:platform="ios" width="640" height="1136" />
  73.  
  74. <!-- iPhone 6 -->
  75. <gap:splash src="Default-667h@2x.png" gap:platform="ios" width="750" height="1334" />
  76. <gap:splash src="Default-Portrait-736h@3x.png" gap:platform="ios" width="1242" height="2208" />
  77. <gap:splash src="Default-Landscape-736h@3x.png" gap:platform="ios" width="2208" height="1242" />
  78.  
  79. <!-- iPad -->
  80. <gap:splash src="Default-Portrait.png" gap:platform="ios" width="768" height="1024" />
  81. <gap:splash src="Default-Landscape.png" gap:platform="ios" width="1024" height="768" />
  82.  
  83. <!-- Retina iPad -->
  84. <gap:splash src="Default-Portrait@2x.png" gap:platform="ios" width="1536" height="2048" />
  85. <gap:splash src="Default-Landscape@2x.png" gap:platform="ios" width="2048" height="1536" />
  86.  
  87.  
  88. <gap:splash gap:platform="winphone" src="www/res/screen/windows-phone/screen-portrait.jpg" />
  89. <gap:plugin name="de.appplant.cordova.plugin.hidden-statusbar-overlay" version="1.2.0" />
  90. <access origin="*" />
  91. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement