Skip to content

Commit

Permalink
feat: support Firefox for Android (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor authored Apr 10, 2024
1 parent db42689 commit 21ab7ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/manifest/v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
]
}
],
"default_locale": "en"
"default_locale": "en",
"browser_specific_settings": {
"gecko_android": {}
}
}
5 changes: 4 additions & 1 deletion src/manifest/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
]
}
],
"default_locale": "en"
"default_locale": "en",
"browser_specific_settings": {
"gecko_android": {}
}
}

0 comments on commit 21ab7ee

Please sign in to comment.