Skip to content

Commit

Permalink
fix(extension): update links in manifest.json (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Sep 6, 2021
1 parent 6b2ad1e commit 4829547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/src/browser/extension/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Redux DevTools",
"short_name": "Redux DevTools",
"description": "Redux DevTools for debugging application's state changes.",
"homepage_url": "https://github.com/zalmoxisus/redux-devtools-extension",
"homepage_url": "https://github.com/reduxjs/redux-devtools",
"manifest_version": 2,
"page_action": {
"default_icon": "img/logo/gray.png",
Expand Down
2 changes: 1 addition & 1 deletion extension/src/browser/firefox/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Redux DevTools",
"manifest_version": 2,
"description": "Redux Developer Tools for debugging application state changes.",
"homepage_url": "https://github.com/zalmoxisus/redux-devtools-extension",
"homepage_url": "https://github.com/reduxjs/redux-devtools",
"applications": {
"gecko": {
"id": "extension@redux.devtools",
Expand Down

0 comments on commit 4829547

Please sign in to comment.