{
  "_version": "1.5.0",
  "sap.app": {
    "id": "sap.ushell_abap.plugins.fcc-transport-ui",
    "type": "application",
    "i18n": "i18n/i18n.properties",
    "applicationVersion": {
      "version": "1.0.0"
    },
    "title": "Transport UI",
    "description": "Transport Popup for FCC",
    "resources": "resources.json",
    "ach": "CA-UI2-INT-BE"
  },

  "sap.ui": {
    "technology": "UI5",
    "deviceTypes": {
      "desktop": true,
      "tablet": true,
      "phone": true
    },
    "supportedThemes": [
      "sap_hcb",
      "sap_belize"
    ]
  },

  "sap.flp": {
    "type": "plugin"
  },


  "sap.ui5": {
    "dependencies": {
      "minUI5Version": "1.44.0",
      "libs": {
        "sap.ui.core": {},
        "sap.m": {},
        "sap.ui.layout": {}
      }
    },
    "contentDensities": {
      "compact": true,
      "cozy": true
    },
    "models": {
      "i18n": {
        "type": "sap.ui.model.resource.ResourceModel",
        "settings": {
          "bundleName": "sap.ushell_abap.plugins.fcc-transport-ui.i18n.i18n"
        }
      }
    },
    "resources": {
      "css": [{
        "uri": "css/style.css"
      }]
    }
  }
}