Android manifest in phonegap problem

Does someone know how to edit the android manifest for an phonegap build? There is no Android Manifest and someone told me that it is in the config.xml…

So i added this to my config.xml:

    <uses-permission android:name="android.permission.INTERNET" /> 
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

but when i install the app, the app only has permission to “view network state” and “wifi - status Display”, but not the internet permission… Does someone know what i’m doing wrong

Sorry for my bad english language