{
  "manifest": {
    "-xmlns:android": "http://schemas.android.com/apk/res/android",
    "-package": "test.socket.app",
    "uses-permission": [
      {
        "-android:name": "android.permission.INTERNET",
        "-self-closing": "true"
      },
      {
        "-android:name": "android.permission.ACCESS_NETWORK_STATE",
        "-self-closing": "true"
      }
    ],
    "application": {
      "-android:allowBackup": "true",
      "-android:icon": "@mipmap/ic_launcher",
      "-android:label": "@string/app_name",
      "-android:supportsRtl": "true",
      "-android:theme": "@style/AppTheme",
      "activity": {
        "-android:name": ".MainActivity",
        "intent-filter": {
          "action": {
            "-android:name": "android.intent.action.MAIN",
            "-self-closing": "true"
          },
          "category": {
            "-android:name": "android.intent.category.LAUNCHER",
            "-self-closing": "true"
          }
        }
      }
    }
  }
}