Skip to content
Snippets Groups Projects
manifest.webapp 2.71 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    {
    
      "name": "Ecolyo",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "slug": "ecolyo",
      "icon": "icon.svg",
      "categories": [],
    
      "version": "0.1.1",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "licence": "AGPL-3.0",
    
      "editor": "Grand Lyon",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "routes": {
        "/": {
          "folder": "/",
          "index": "index.html",
          "public": false
        }
      },
      "permissions": {
        "apps": {
          "description": "Required by the cozy-bar to display the icons of the apps",
          "type": "io.cozy.apps",
          "verbs": ["GET"]
        },
        "settings": {
          "description": "Required by the cozy-bar display Claudy and to know which applications are coming soon",
          "type": "io.cozy.settings",
          "verbs": ["GET"]
        },
        "enedisMinute": {
          "description": "Auth to get daily  data from enedis connector",
          "type": "io.enedis.minute"
        },
        "enedisDay": {
          "description": "Auth to get daily  data from enedis connector",
          "type": "io.enedis.day"
        },
         "enedisMonth": {
          "description": "Auth to get monthly data from enedis connector",
          "type": "io.enedis.month"
        },
         "enedisYear": {
          "description": "Auth to get data yearly from enedis connector",
          "type": "io.enedis.year"
        },
        "grdfHour": {
          "description": "Auth to get daily  data from enedis connector",
          "type": "io.grdf.hour"
        },
        "grdfDay": {
          "description": "Auth to get daily  data from enedis connector",
          "type": "io.grdf.day"
        },
        "grdfYear": {
          "description": "Auth to get monthly data from grdf connector",
          "type": "io.grdf.year"
        },
        "grdfMonth": {
          "description": "Auth to get daily data from grdf connector",
          "type": "io.grdf.month"
        },
        "eglDay": {
          "description": "Auth to get data from egl connector",
          "type": "io.egl.day"
        },
        "egl_Month": {
          "description": "Auth to get daily data from egl connector",
          "type": "io.egl.month"
        },
        "egl_Year": {
          "description": "Auth to get monthly data from egl connector",
          "type": "io.egl.year"
        },
        "accounts": {
          "description": "accounts",
          "type": "io.cozy.accounts"
        },
        "konnectors": {
          "description": "konnectors",
          "type": "io.cozy.konnectors"
        },
        "triggers": {
          "description": "triggers",
          "type": "io.cozy.triggers"
        },
        "jobs": {
          "description": "jobs",
          "type": "io.cozy.jobs"
        },
        "challengetype": {
          "description": "challengetype",
          "type": "io.ecolyo.challengetype"
        },
        "userchallenge": {
          "description": "userchallenge",
          "type": "io.ecolyo.userchallenge"
        },
        "ecogesture": {
          "description": "ecogesture",
          "type": "io.ecolyo.ecogesture"
        },
        "userprofile": {
          "description": "userprofile",
          "type": "io.ecolyo.userprofile"
        }
      }
    }