github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/tests/system/konnector/manifest.konnector (about)

     1  {
     2    "aggregator": {
     3      "accountId": "bank-aggregator"
     4    },
     5    "description": "A konnector to test accounts cleaning",
     6    "developer": {
     7      "name": "Cozy Cloud",
     8      "url": "https://cozy.io/"
     9    },
    10    "editor": "Cozy Cloud",
    11    "language": "node",
    12    "license": "MIT",
    13    "name": "bankkonn",
    14    "on_delete_account": "on_delete.js",
    15    "permissions": {
    16      "accounts": {
    17        "description": "Required to read the aggregator account",
    18        "type": "io.cozy.accounts"
    19      }
    20    },
    21    "slug": "bankkonn",
    22    "type": "konnector",
    23    "version": "0.1.0",
    24    "vendor_link": "http://examplebank.com"
    25  }