Skip to content

Commit

Permalink
🔨 updating manifests ext version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-mizu committed Jul 16, 2024
1 parent d7c0901 commit 58548c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/manifest-chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "DOMLogger++",
"version": "1.0.4",
"version": "1.0.5",
"description": "DOMLogger++ allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations.",
"icons": {
"1399": "icons/icon.png"
Expand Down
2 changes: 1 addition & 1 deletion app/manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "DOMLogger++",
"version": "1.0.4",
"version": "1.0.5",
"description": "DOMLogger++ aims to help finding DOM Based issues.",

"browser_specific_settings": {
Expand Down

0 comments on commit 58548c1

Please sign in to comment.