-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The extension works well in Firefox 52+. Nobody should be using older Firefox versions (for which work-arounds were dropped in previous commits).
- Loading branch information
Showing
3 changed files
with
1 addition
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,9 +50,6 @@ extension. This detection is implemented through MIME-type sniffing using the | |
API, which is only available to Chromium beta/dev users (though it should soon be available to the | ||
general public). | ||
|
||
The Firefox addon is implemented as a WebExtension, which is recent technology. See | ||
[firefox-stuff/compatibility.md](firefox-stuff/compatibility.md) for compatibility notes. | ||
|
||
## Copyright | ||
(c) 2013 - 2018 Rob Wu <[email protected]> (https://robwu.nl/) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
"manifest_version": 2, | ||
"applications": { | ||
"gecko": { | ||
"strict_min_version": "52.0", | ||
"id": "[email protected]" | ||
} | ||
}, | ||
|