{
  "name": "com.pargod.app",
  "displayName": "HelloCordova",
  "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": "rm -rf platforms plugins node_modules package-lock.json && npm install && cordova platform add ios && npm run fix-firebase",
    "fix-firebase": "./fix-firebase.sh",
    "rebuild-ios": "rm -rf platforms/ios && cordova platform add ios && npm run fix-firebase"
  },
  "keywords": [
    "ecosystem:cordova"
  ],
  "author": "Apache Cordova Team",
  "license": "Apache-2.0",
  "devDependencies": {
    "@ahovakimyan/cordova-plugin-wkwebviewxhrfix": "github:AraHovakimyan/cordova-plugin-wkwebviewxhrfix",
    "@globules-io/cordova-plugin-ios-xhr": "github:globules-io/cordova-plugin-ios-xhr",
    "cordova-ios": "^7.1.1",
    "cordova-plugin-app-review": "^3.1.0",
    "cordova-plugin-deeplinks": "^1.1.1",
    "cordova-plugin-file": "^8.1.3",
    "cordova-plugin-file-opener2": "^4.0.0",
    "cordova-plugin-firebasex": "^19.0.0",
    "cordova-plugin-inappbrowser": "^6.0.0",
    "cordova-plugin-sign-in-with-apple": "^0.1.2",
    "cordova-plugin-statusbar": "^4.0.0",
    "cordova-plugin-whitelist": "^1.3.5",
    "cordova-plugin-wkwebview-engine": "^1.2.2",
    "cordova-plugin-x-socialsharing": "^6.0.4",
    "cordova-plugin-x-toast": "^2.7.3",
    "es6-promise-plugin": "^4.2.2",
    "ls": "^0.2.1"
  },
  "cordova": {
    "plugins": {
      "cordova-plugin-statusbar": {},
      "cordova-plugin-x-socialsharing": {
        "PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
        "PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
      },
      "cordova-plugin-app-review": {},
      "cordova-plugin-inappbrowser": {},
      "@globules-io/cordova-plugin-ios-xhr": {},
      "@ahovakimyan/cordova-plugin-wkwebviewxhrfix": {},
      "cordova-plugin-wkwebview-engine": {},
      "cordova-plugin-whitelist": {},
      "cordova-plugin-deeplinks": {},
      "cordova-plugin-x-toast": {},
      "cordova-plugin-file": {},
      "cordova-plugin-sign-in-with-apple": {},
      "cordova-plugin-firebasex": {
        "FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
        "FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "false",
        "FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "false",
        "GOOGLE_ANALYTICS_ADID_COLLECTION_ENABLED": "false",
        "GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE": "false",
        "GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE": "false",
        "GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA": "false",
        "GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS": "false",
        "FIREBASE_FCM_AUTOINIT_ENABLED": "true",
        "FIREBASE_ANALYTICS_WITHOUT_ADS": "false",
        "FIREBASE_MESSAGING_IMMEDIATE_PAYLOAD_DELIVERY": "false",
        "IOS_USE_PRECOMPILED_FIRESTORE_POD": "false",
        "IOS_FCM_ENABLED": "true"
      },
      "cordova-plugin-file-opener2": {}
    },
    "platforms": [
      "ios"
    ]
  }
}