diff --git a/manifest-v2.json b/manifest-v2.json index b644a32..67705b9 100644 --- a/manifest-v2.json +++ b/manifest-v2.json @@ -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", diff --git a/manifest-v3.json b/manifest-v3.json index 98476e4..96d2fc1 100644 --- a/manifest-v3.json +++ b/manifest-v3.json @@ -29,6 +29,7 @@ "content_scripts": [ { "matches": [ + "https://web.facebook.com/*", "https://www.facebook.com/*" ], "js": [