Skip to content

Commit

Permalink
update minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Oct 11, 2023
1 parent c77b11a commit 46fa303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ copyDir('./', '../OldTwitterFirefox').then(async () => {
manifest.permissions = manifest.permissions.filter(p => p !== 'declarativeNetRequest' && p !== 'contextMenus' && p !== 'scripting');
manifest.browser_specific_settings = {
"gecko": {
"strict_min_version": "60.0"
"strict_min_version": "78.0"
},
"gecko_android": {
"strict_min_version": "60.0"
"strict_min_version": "78.0"
}
}
manifest.permissions = [
Expand Down

0 comments on commit 46fa303

Please sign in to comment.