Skip to content

Commit

Permalink
Remove Firefox compatibility notes
Browse files Browse the repository at this point in the history
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
Rob--W committed Oct 21, 2018
1 parent f8e4979 commit aeaac92
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 52 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
49 changes: 0 additions & 49 deletions firefox-stuff/compatibility.md

This file was deleted.

1 change: 1 addition & 0 deletions src/manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"manifest_version": 2,
"applications": {
"gecko": {
"strict_min_version": "52.0",
"id": "[email protected]"
}
},
Expand Down

0 comments on commit aeaac92

Please sign in to comment.