diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 326dab12..9b92f368 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3,6 +3,13 @@
package="com.android.droidgap"
android:versionCode="1"
android:versionName="1.0.0">
+
+
+
+
+
+
+
@@ -12,4 +19,5 @@
+
\ No newline at end of file
diff --git a/src/com/android/droidgap/DroidGap.java b/src/com/android/droidgap/DroidGap.java
index 9ce4d3e9..908a3b54 100644
--- a/src/com/android/droidgap/DroidGap.java
+++ b/src/com/android/droidgap/DroidGap.java
@@ -29,7 +29,7 @@ public class DroidGap extends Activity {
* we can use HTML with both local and remote applications, but it means that we have to open the local file
*/
- appView.loadUrl("http://infil00p.org/gap/");
+ appView.loadUrl("http://www.infil00p.org/gap/");
}