Skip to content

Commit 06f2505

Browse files
committed
Merge branch 'hotfix/1.0.4'
2 parents 5d77330 + 90cea09 commit 06f2505

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ See LICENSE for more details.
9898
[Microsoft Edge Manifest Docs](https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/manifest-format) * firefox alternate
9999

100100
## Changelog
101+
v1.0.3
102+
- update manifest description
103+
101104
v1.0.3
102105
- compatible with github both page design
103106

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4

extension/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"manifest_version": 3,
33
"name": "Gitd Download Manager",
44
"short_name": "Gitd",
5-
"description": "Download selected files and folders as a zip files with a single click, without the need for any API key or token.",
6-
"version": "1.0.3",
5+
"description": "Download at Github,Bitbucket,Gitlab repository's selected files, folders as a zip file with a single click, without any api token.",
6+
"version": "1.0.4",
77
"homepage_url": "https://github.com/git-download-manager/gitd-extension",
88
"permissions": [
99
"webNavigation"

manifestv2.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gitd Download Manager",
44
"short_name": "Gitd",
5-
"description": "Download selected files and folders as a zip files with a single click, without the need for any API key or token.",
5+
"description": "Download at Github,Bitbucket,Gitlab repository's selected files, folders as a zip file with a single click, without any api token.",
66
"version": "BUILD_NUMBER",
77
"homepage_url": "https://github.com/git-download-manager/gitd-extension",
88
"permissions": [

manifestv3.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Gitd Download Manager",
44
"short_name": "Gitd",
5-
"description": "Download selected files and folders as a zip files with a single click, without the need for any API key or token.",
5+
"description": "Download at Github,Bitbucket,Gitlab repository's selected files, folders as a zip file with a single click, without any api token.",
66
"version": "BUILD_NUMBER",
77
"homepage_url": "https://github.com/git-download-manager/gitd-extension",
88
"permissions": [

0 commit comments

Comments
 (0)