Skip to content

Commit

Permalink
Merge pull request #8 from eddieoz/fix/xcore
Browse files Browse the repository at this point in the history
Fix/xcore
  • Loading branch information
eddieoz authored May 17, 2024
2 parents fcffdd6 + 34236e6 commit c616f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
Expand Down

0 comments on commit c616f15

Please sign in to comment.