Skip to content

Commit

Permalink
馃悰 Prevent breaking of Firefox XML Viewer (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurens94 committed Jun 6, 2023
1 parent 8759193 commit 945f710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"manifest_version": 3,
"name": "Netflix Rewind 1 sec",
"version": "3.0.0",
"version": "3.0.1",
"description": "Allows you to rewind the video for 1 second each time you press the < key",
"icons": {
"48": "icons/128.png"
},
"content_scripts": [
{
"matches": [
"*://*.netflix.com/*"
"*://www.netflix.com/*"
],
"js": [
"browser-polyfill.min.js",
Expand All @@ -23,7 +23,7 @@
"netflix-rewind-1-sec.js"
],
"matches": [
"*://*.netflix.com/*"
"*://www.netflix.com/*"
]
}
],
Expand Down

0 comments on commit 945f710

Please sign in to comment.