Skip to content

Commit

Permalink
Description tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
mengelmann committed Mar 13, 2019
1 parent 32f84b4 commit 3738a15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage_url": "https://github.com/octivi/browser-extension-english-docs",
"background": {
"scripts": [
"background.js"
Expand Down

0 comments on commit 3738a15

Please sign in to comment.