fix(extension): update links in manifest.json (#852)

This commit is contained in:
Nathan Bierema 2021-09-06 21:28:01 +00:00 committed by GitHub
parent 6b2ad1ebaa
commit 4829547451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",