Skip to content
Snippets Groups Projects
manifest.konnector 1.37 KiB
Newer Older
Romain CREY's avatar
Romain CREY committed
{
Yoan VALLET's avatar
Yoan VALLET committed
  "version": "0.1.3",
Romain CREY's avatar
Romain CREY committed
  "name": "EGL",
  "type": "konnector",
  "language": "node",
  "icon": "icon.png",
  "slug": "eglgrandlyon",
Romain CREY's avatar
Romain CREY committed
  "source": "https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git",
  "editor": "Métropole de Lyon",
Romain CREY's avatar
Romain CREY committed
  "vendor_link": "www.grandlyon.com",
  "frequency": "daily",
Yoan VALLET's avatar
Yoan VALLET committed
  "categories": ["energy"],
Romain CREY's avatar
Romain CREY committed
  "fields": {
    "login": {
      "type": "text"
    },
    "password": {
      "type": "password"
    },
    "advancedFields": {
      "folderPath": {
        "advanced": true,
        "isRequired": false
      }
    }
  },
  "data_types": [],
  "screenshots": [],
  "permissions": {
     "egl data": {
      "type": "com.grandlyon.egl.*"
Romain CREY's avatar
Romain CREY committed
    },
    "accounts": {
      "type": "io.cozy.accounts",
      "verbs": ["GET"]
    }
  },
  "developer": {
    "name": "Métropole de Lyon",
Romain CREY's avatar
Romain CREY committed
    "url": "https://grandlyon.com"
  },
Yoan VALLET's avatar
Yoan VALLET committed
  "langs": ["fr"],
Romain CREY's avatar
Romain CREY committed
  "locales": {
    "fr": {
      "short_description": "Courbe de charge depuis l'API eau du Grand Lyon",
      "long_description": "ce connecteur récupère la courbe de charge enregistrée par le compteur Téléo",
      "permissions": {
        "egl data": {
Romain CREY's avatar
Romain CREY committed
          "description": "La courbe de charge enregistrée par le compteur téléo"
        },
        "accounts": {
          "description": "Utilisé pour obtenir les données du compte"
        }
      }
    }
  },
  "manifest_version": "2"
}