{
  "name": "com.binaplus.app",
  "displayName": "Bina Plus",
  "version": "1.0.0",
  "description": "A sample Apache Cordova application that responds to the deviceready event.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clear": "(if exist platforms (rmdir /s /q platforms && echo Deleted platforms) else (echo platforms does not exist)) & (if exist plugins (rmdir /s /q plugins && echo Deleted plugins) else (echo plugins does not exist)) & (if exist node_modules (rmdir /s /q node_modules && echo Deleted node_modules) else (echo node_modules does not exist)) & (if exist package-lock.json (del package-lock.json && echo Deleted package-lock.json) else (echo package-lock.json does not exist)) & echo Installing dependencies... & npm install & cordova prepare"
  },
  "keywords": [
    "ecosystem:cordova"
  ],
  "author": "Apache Cordova Team",
  "license": "Apache-2.0",
  "devDependencies": {
    "cordova-android": "^14.0.1",
    "cordova-plugin-android-permissions": "^1.1.5",
    "cordova-plugin-file": "^8.1.3",
    "cordova-plugin-file-opener2": "^4.0.0",
    "cordova-plugin-firebasex": "^19.0.1",
    "cordova-plugin-inappbrowser": "^5.0.0",
    "cordova-plugin-ionic-keyboard": "^2.2.0",
    "cordova-plugin-modern-intent": "github:wizzo-software/cordova-plugin-modern-intent",
    "cordova-plugin-simple-updates": "github:wizzo-software/cordova-plugin-simple-updates",
    "cordova-plugin-transparent-statusbar": "file:custom-plugins/cordova-plugin-transparent-statusbar",
    "cordova-plugin-volume-control": "^0.1.9",
    "cordova-plugin-x-socialsharing": "^6.0.4",
    "cordova-plugin-x-toast": "^2.7.3",
    "cordova-support-android-plugin": "~2.0.4",
    "cordova-universal-links-plugin": "github:wizzo-dev/cordova-universal-links-plugin-fix-wiz",
    "es6-promise-plugin": "^4.2.2"
  },
  "cordova": {
    "plugins": {
      "cordova-plugin-transparent-statusbar": {},
      "cordova-universal-links-plugin": {},
      "cordova-plugin-android-permissions": {},
      "cordova-plugin-simple-updates": {
        "ANDROIDX_APPCOMPAT_VERSION": "1.6.1"
      },
      "cordova-plugin-inappbrowser": {},
      "cordova-plugin-x-socialsharing": {},
      "cordova-plugin-x-toast": {},
      "cordova-plugin-modern-intent": {},
      "cordova-plugin-volume-control": {},
      "cordova-plugin-firebasex": {
        "FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
        "FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
        "FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true",
        "FIREBASE_FCM_AUTOINIT_ENABLED": "true",
        "FIREBASE_ANALYTICS_WITHOUT_ADS": "false",
        "FIREBASE_MESSAGING_IMMEDIATE_PAYLOAD_DELIVERY": "false",
        "GOOGLE_ANALYTICS_ADID_COLLECTION_ENABLED": "true",
        "GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE": "true",
        "GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE": "true",
        "GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA": "true",
        "GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS": "true",
        "ANDROID_ICON_ACCENT": "#FF00FFFF",
        "ANDROID_FIREBASE_PERFORMANCE_MONITORING": "false",
        "ANDROID_PLAY_SERVICES_TAGMANAGER_VERSION": "18.1.1",
        "ANDROID_PLAY_SERVICES_AUTH_VERSION": "21.3.0",
        "ANDROID_FIREBASE_ANALYTICS_VERSION": "23.0.0",
        "ANDROID_FIREBASE_MESSAGING_VERSION": "25.0.1",
        "ANDROID_FIREBASE_CONFIG_VERSION": "23.0.1",
        "ANDROID_FIREBASE_PERF_VERSION": "22.0.2",
        "ANDROID_FIREBASE_AUTH_VERSION": "24.0.1",
        "ANDROID_FIREBASE_INAPPMESSAGING_VERSION": "22.0.1",
        "ANDROID_FIREBASE_FIRESTORE_VERSION": "26.0.1",
        "ANDROID_FIREBASE_FUNCTIONS_VERSION": "22.0.1",
        "ANDROID_FIREBASE_IID_VERSION": "21.1.0",
        "ANDROID_FIREBASE_INSTALLATIONS_VERSION": "19.0.1",
        "ANDROID_FIREBASE_CRASHLYTICS_VERSION": "20.0.2",
        "ANDROID_FIREBASE_CRASHLYTICS_NDK_VERSION": "20.0.2",
        "ANDROID_GSON_VERSION": "2.13.2",
        "ANDROID_FIREBASE_PERF_GRADLE_PLUGIN_VERSION": "2.0.1",
        "ANDROID_GRPC_OKHTTP": "1.75.0"
      },
      "cordova-plugin-file": {
        "ANDROIDX_WEBKIT_VERSION": "1.4.0"
      },
      "cordova-plugin-file-opener2": {}
    },
    "platforms": [
      "android"
    ]
  }
}