Skip to content

Commit

Permalink
Remove init message for windows bug :|
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAkhondali committed Dec 8, 2017
1 parent 3b008ca commit 5125230
Show file tree
Hide file tree
Showing 22 changed files with 16 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
chrome-extension.zip
releases
8 changes: 3 additions & 5 deletions chrome-extension/background.js → WebExtension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
let BrowserNameSpace;
let isChrome=false,isFF=false;

const DEBUG = true;
const VERSION = "1.6";
const DEBUG = false;
const VERSION = "1.7.1";

//let letItGo = []; //Let it go, let it gooo Can't hold it back anymore

Expand Down Expand Up @@ -80,7 +80,7 @@ let hostName = 'com.persepolis.pdmchromewrapper';
let keywords = [];


SendInitMessage();
//SendInitMessage(); Remove init cause we are in deadline xD


if (localStorage["pdm-keywords"]) {
Expand Down Expand Up @@ -366,8 +366,6 @@ if(isChrome){
});
}



// Interrupt downloads
BrowserNameSpace.downloads.onCreated.addListener(function(downloadItem) {

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
20 changes: 5 additions & 15 deletions chrome-extension/manifest.json → WebExtension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,18 @@
"match_about_blank":true
}
],



"description": "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by PDM Download Manager.",
"homepage_url": "https://github.com/persepolisdm/persepolis-chrome-wrapper",
"description": "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.",
"homepage_url": "https://github.com/persepolisdm/Persepolis-WebExtension",
"icons": {
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"manifest_version": 2,

"minimum_chrome_version": "19.0",
"name": "Persepolis Download Manager Integration",
"short_name": "Persepolis",
"offline_enabled": true,
"permissions": [
"<all_urls>",
"webRequest",
Expand All @@ -49,13 +47,5 @@
"storage",
"tabs"
],
"version": "1.7",


"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "50.0"
}
}
"version": "1.7.1"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions chromemanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"match_about_blank":true
}
],
"description": "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by PDM Download Manager.",
"homepage_url": "https://github.com/persepolisdm/persepolis-chrome-wrapper",
"description": "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.",
"homepage_url": "https://github.com/persepolisdm/Persepolis-WebExtension",
"icons": {
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
Expand All @@ -47,5 +47,5 @@
"storage",
"tabs"
],
"version": "1.7"
"version": "1.7.1"
}
8 changes: 4 additions & 4 deletions ffmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"browser_action": {
"default_icon": "icons/icon_32.png",
"default_popup": "popup/popup.html"
"default_popup": "popup/popup.html"
},
"content_scripts": [
{
Expand All @@ -27,8 +27,8 @@



"description": "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by PDM Download Manager.",
"homepage_url": "https://github.com/persepolisdm/persepolis-chrome-wrapper",
"description": "Persepolis Download Manager Integration extension replaces default download manager of FireFox by Persepolis Download Manager.",
"homepage_url": "https://github.com/persepolisdm/Persepolis-WebExtension",
"icons": {
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
Expand All @@ -49,7 +49,7 @@
"storage",
"tabs"
],
"version": "1.7",
"version": "1.7.1",


"applications": {
Expand Down

0 comments on commit 5125230

Please sign in to comment.