Skip to content

Commit

Permalink
Add new facebook host
Browse files Browse the repository at this point in the history
  • Loading branch information
dthung1602 committed May 15, 2022
1 parent 245e192 commit ccdafa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"content_scripts": [
{
"matches": [
"https://www.facebook.com/*"
"https://www.facebook.com/*",
"https://web.facebook.com/*"
],
"js": [
"vendor/browser-polyfill.min.js",
Expand Down
1 change: 1 addition & 0 deletions manifest-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"content_scripts": [
{
"matches": [
"https://web.facebook.com/*",
"https://www.facebook.com/*"
],
"js": [
Expand Down

0 comments on commit ccdafa7

Please sign in to comment.