diff --git a/assets/icon.png b/assets/icon.png
index 534c6d405b346ffec12cbcd1c490f0a0604f9014..dce2b1bd7c469a7cbbb805a50ce5a7da941c7ad3 100644
Binary files a/assets/icon.png and b/assets/icon.png differ
diff --git a/manifest.konnector b/manifest.konnector
index b91cd23183ddcb0bf6f021a22945377fa3f1d136..ab21de6a5f7cead232b78b05db04fb33df8d44be 100644
--- a/manifest.konnector
+++ b/manifest.konnector
@@ -5,7 +5,7 @@
   "language": "node",
   "icon": "icon.png",
   "slug": "enedis-api-konnector",
-  "source": "git@github.com:konnectors/template.git",
+  "source": "git@github.com:hsubtil/enedis-konnector.git",
   "editor": "Grand Lyon",
   "vendor_link": "www.grandlyon.com",
   "categories": ["energy"],
@@ -18,11 +18,7 @@
       "type": "hidden"
     }
   },
-  "oauth": {
-    "scope": [
-      "https://www.googleapis.com/auth/contacts+https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile"
-    ]
-  },
+  "oauth": {},
   "data_types": [],
   "screenshots": [],
   "permissions": {
diff --git a/package.json b/package.json
index fdb78b00abac48cbeb3b20e23eff8325ee3a35ca..2b6b70f34bdb88cb7c26bdab7b717f316e87870f 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
 {
-  "name": "cozy-konnector-template",
+  "name": "cozy-konnector-enedis",
   "version": "1.0.0",
   "description": "",
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/konnectors/template.git"
+    "url": "git+https://github.com/hsubtil/enedis-konnector.git"
   },
   "keywords": [],
   "author": "Cozy Cloud",
@@ -33,7 +33,7 @@
     "clean": "rm -rf ./data",
     "build": "webpack",
     "lint": "eslint --fix .",
-    "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-git@github.com:konnectors/template.git}",
+    "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-git@github.com:hsubtil/enedis-konnector.git}",
     "cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
     "travisDeployKey": "./bin/generate_travis_deploy_key"
   },