Skip to content

Commit

Permalink
Merge pull request #118 from dim-ask/main
Browse files Browse the repository at this point in the history
permission for x.com in manifest
  • Loading branch information
waltzaround authored May 25, 2024
2 parents 166a444 + 7390bf4 commit c5d120b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"content_scripts": [
{
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*","*://*.x.com/*"],
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*", "https://x.com/*", "https://mobile.x.com/*"],
"js": ["content.js"]
}
],
"web_accessible_resources": [
{
"resources": ["script.js", "search.js", "data/verified.txt"],
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*","*://*.x.com/*"]
"resources": ["script.js", "data/verified.txt"],
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*", "https://x.com/*", "https://mobile.x.com/*"]
}
],
"action": {
Expand Down
4 changes: 2 additions & 2 deletions manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"content_scripts": [
{
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*"],
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*", "https://x.com/*", "https://mobile.x.com/*"],
"js": ["content.js"]
}
],
"web_accessible_resources": ["script.js", "search.js", "data/verified.txt"],
"web_accessible_resources": ["script.js", "data/verified.txt"],
"permissions": ["storage"],
"browser_action": {
"default_icon": "./assets/32.png",
Expand Down

0 comments on commit c5d120b

Please sign in to comment.