Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit d7720ef

Browse files
committed
Update version
1 parent b5e6aee commit d7720ef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Please test uget-chrome-wrapper on your system and report any issues [here](http
3131
Please test uget-chrome-wrapper and create installers for your operating system
3232

3333
## History
34+
Version 2.0.0 (Under developer testing):
35+
* Migrate to Python 3
36+
* Show uget-chrome-wrapper status in the extension
37+
* Submitted native Opera addon
38+
3439
Version 1.3.3:
3540
* Ctrl + Shift + U to disable uGet Integration extension temporarily
3641
* Option to exclude URLs

extension/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
"run_at": "document_start"
2222
}
2323
],
24-
"description": "uGet Browser Integration extension replaces default download manager of Google Chrome by uGet Download Manager.",
24+
"description": "uGet Browser Integration extension replaces default download manager by uGet Download Manager.",
2525
"homepage_url": "https://slgobinath.github.io/uget-chrome-wrapper",
2626
"icons": {
2727
"32": "icon_32.png",
2828
"48": "icon_48.png",
29+
"64": "icon_64.png",
2930
"128": "icon_128.png"
3031
},
3132
"manifest_version": 2,
@@ -42,5 +43,5 @@
4243
"downloads",
4344
"storage"
4445
],
45-
"version": "1.1.6"
46+
"version": "2.0.0"
4647
}

0 commit comments

Comments
 (0)