Skip to content

Commit

Permalink
Merge pull request #33 from ddasutein/dev
Browse files Browse the repository at this point in the history
Emergency patch - v4.0.1
  • Loading branch information
ddasutein authored Jun 20, 2023
2 parents ccbeb45 + 753f6cb commit 6fb4a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions js/Reddit/RedditContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ function SaveRedditMedia(tabUrl, url, linkUrl, customObj) {
}

}

StartDownload(redditImageFile)
DownloadManager.StartDownload(redditImageFile);

}
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AutoRename",
"short_name": "AutoRename",
"version": "4.0.0",
"version": "4.0.1",
"description": "Rename image files from the internet with a meaningful file name",
"default_locale": "en",
"manifest_version": 3,
Expand All @@ -26,7 +26,6 @@
"service_worker": "js/BackgroundService.js"
},

"host_permissions": [ "*://*.twitter.com/*", "*://pbs.twimg.com/*", "*://video.twimg.com/*", "*://*.cdn.vine.co/*"],
"minimum_chrome_version": "92",
"options_page": "/ui/options.html",

Expand Down

0 comments on commit 6fb4a0f

Please sign in to comment.