diff --git a/manifest.json b/manifest.json index 25bc4c6..edf4f91 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "OpenXrypt", - "version": "0.3.1", + "version": "0.3.2", "description": "Upgrade Your Social Media Privacy", "permissions": ["activeTab", "storage", "tabs"], "action": { @@ -10,7 +10,7 @@ }, "content_scripts": [ { - "matches": ["*://*.twitter.com/*", "*://*.whatsapp.com/*"], + "matches": ["*://*.x.com/*", "*://*.twitter.com/*", "*://*.whatsapp.com/*"], "js": ["lib/openpgp.min.js", "src/actions.js", "src/content.js"], "run_at": "document_idle" }