diff --git a/manifest.json b/manifest.json index b34aec70df383f43e34049ec512a60c0925c80f0..454930042f995ca49d2d1b96626185993d50acab 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" }