{
  "name": "Cockpit Configuration",
  "ngModules": [
    "c8y.cockpit.config"
  ],
  "category": "Cockpit",
  "list": true,
  "description": "Alters behaviour of other plugins included in Cockpit app.",
  "js": [
    "index.js",
    "services/navigator.js"
  ],
  "folderName": "cockpitConfig",
  "appsInclude": [
    "cockpit"
  ],
  "webpackOverride": {
    "js": [
      "index.js",
      "services/navigator.js"
    ]
  }
}
