From 3738a15833c8f7d1975dad7e3ece6904103b391d Mon Sep 17 00:00:00 2001 From: Marcin Engelmann Date: Wed, 13 Mar 2019 10:48:20 +0100 Subject: [PATCH] Description tweaking --- README.md | 2 +- manifest.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c884c4..90ca8f7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# browser-extension-english-docs +# Microsoft's documentation in English Changes Microsoft's documentation to English by redirecting to /en-us/ URL. diff --git a/manifest.json b/manifest.json index 3628a6c..9b8c11a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,10 @@ { "manifest_version": 2, - "name": "Redirect Microsoft's documentation to English", - "description": "Changes Microsoft's documentation to English by redirecting it to /en-us/ URL, regardless of the browser language.", + "name": "Microsoft's documentation in English", + "description": "Changes Microsoft's documentation to English by redirecting to /en-us/ URL.", "version": "0.2.0", "author": "Marcin Engelmann ", + "homepage_url": "https://github.com/octivi/browser-extension-english-docs", "background": { "scripts": [ "background.js"