Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
salarcode committed Mar 8, 2024
1 parent 9ebad67 commit 1df57e5
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/manifest-chrome-mv2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "1.3.1",
"version": "1.4",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-chrome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "1.3.1",
"version": "1.4",
"manifest_version": 3,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-edge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "1.3.1",
"version": "1.4",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down
6 changes: 4 additions & 2 deletions src/manifest-firefox-android.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "1.3.1",
"version": "1.4",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down Expand Up @@ -51,6 +51,8 @@
"id": "[email protected]",
"strict_min_version": "100.0"
},
"gecko_android": {}
"gecko_android": {
"strict_min_version": "120.0"
}
}
}
6 changes: 4 additions & 2 deletions src/manifest-firefox-unlisted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "1.3.1",
"version": "1.4",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down Expand Up @@ -90,6 +90,8 @@
"id": "[email protected]",
"strict_min_version": "100.0"
},
"gecko_android": {}
"gecko_android": {
"strict_min_version": "120.0"
}
}
}
6 changes: 4 additions & 2 deletions src/manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "1.3.1",
"version": "1.4",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down Expand Up @@ -89,6 +89,8 @@
"id": "[email protected]",
"strict_min_version": "100.0"
},
"gecko_android": {}
"gecko_android": {
"strict_min_version": "120.0"
}
}
}
2 changes: 1 addition & 1 deletion src/manifest-opera.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "1.3.1",
"version": "1.4",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-thunderbird.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "1.3.1",
"version": "1.4",
"manifest_version": 2,
"author": "Salar Khalilzadeh",
"description": "__MSG_extensionDescription__",
Expand Down

0 comments on commit 1df57e5

Please sign in to comment.