Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Enable functionality in more websites (frames, typically in websites that uses pop-up windows)
  • Loading branch information
kazcfz committed Mar 20, 2024
1 parent 220f65e commit 1d379d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
{
"matches": ["<all_urls>"],
"exclude_matches": ["*://steamcommunity.com/id/*", "*://web.whatsapp.com/*"],
"all_frames": true,
"js": ["content.js"]
}
],
Expand Down

1 comment on commit 1d379d3

@kazcfz
Copy link
Owner Author

@kazcfz kazcfz commented on 1d379d3 Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addesses #5

Please sign in to comment.