Skip to content

Commit

Permalink
update firefox manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
zendive committed Feb 6, 2024
1 parent e3c7120 commit fe9202a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"manifest_version": 3,
"name": "console.diff(...)",
"name": "jsdiff.diff(...)",
"version": "3.0.5",
"description": "Compare objects in memory with console.diff(old, new) devtools function",
"description": "Compare objects in memory with jsdiff.diff(old, new) devtools function",
"minimum_chrome_version": "100.0",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "118.0"
"strict_min_version": "120.0"
}
},
"homepage_url": "https://github.com/zendive/jsdiff",
Expand Down

0 comments on commit fe9202a

Please sign in to comment.