Skip to content

Commit

Permalink
exclude google flights by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gediminasel committed Sep 12, 2022
1 parent 4137a7d commit ed6a264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Video Speed Controller",
"short_name": "videospeed",
"version": "0.7.2",
"version": "0.7.3",
"manifest_version": 2,
"description": " Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts.\nThe codebicycle fork seems dead, so I forked it again and merged bug fixes from the original Chrome version.",
"homepage_url": "https://github.com/gediminasel/videospeed-firefox",
Expand Down Expand Up @@ -35,6 +35,7 @@
"match_about_blank": true,
"exclude_matches": [
"https://plus.google.com/hangouts/*",
"https://www.google.com/flights/*",
"https://hangouts.google.com/*",
"https://meet.google.com/*"
],
Expand Down

0 comments on commit ed6a264

Please sign in to comment.