From b7ea5bf4cb1c7789a7030495b3e27b438185deb1 Mon Sep 17 00:00:00 2001
From: didierfred <didierfred@gmail.com>
Date: Tue, 9 Jan 2018 17:09:26 +0100
Subject: [PATCH] add url for the code

---
 manifest.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index b34aec7..4549300 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,7 +4,7 @@
   "manifest_version": 2,
   "name": "simple-modify-header",
   "version": "1",
-  "homepage_url": "https://a_defenirnir",
+  "homepage_url": "https://github.com/didierfred/SimpleModifyHeader",
   "icons": {
     "48": "icons/modify-48.png"
   },
@@ -19,7 +19,7 @@
 
   "browser_action": {
     "default_icon": "icons/modify-32.png",
-    "default_title": "Modify a header",
+    "default_title": "Simple Modify Header",
     "default_popup": "popup/config.html"
   }
 
-- 
GitLab