Skip to content

Commit

Permalink
Removed text mimes
Browse files Browse the repository at this point in the history
  • Loading branch information
BilawalAhmed0900 committed Jul 5, 2019
1 parent 44e86ee commit d1bd7b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,8 @@ else

var socket = new WebSocket("ws://127.0.0.1:49152");
var toDownloadMime = [
"text/html",
"text/css",
"text/javascript",
"text/mspg-legacyinfo",
"text/plain",
"text/srt",
"text/vtt",
"text/xml",
"text/x-javascript",
"text/x-json",
"application/f4m+xml",
"application/gzip",
"application/javascript",
"application/json",
"application/msword",
"application/pdf",
"application/ttaf+xml",
Expand All @@ -39,7 +27,6 @@ var toDownloadMime = [
"application/x-gtar",
"application/x-gzip",
"application/x-gzip-compressed",
"application/x-javascript",
"application/x-mpegurl",
"application/x-msdos-program",
"application/x-msi",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DManager",
"version": "1.5",
"version": "1.5.1",
"description": "Extension for DManager!",
"permissions": [
"cookies",
Expand Down

0 comments on commit d1bd7b6

Please sign in to comment.