Skip to content

Commit

Permalink
feat: sites blacklist, close #20, #21
Browse files Browse the repository at this point in the history
Co-authored-by: AHCorn <[email protected]>
  • Loading branch information
krau and AHCorn committed Jul 24, 2024
1 parent 2a9b621 commit 5229700
Show file tree
Hide file tree
Showing 7 changed files with 866 additions and 314 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gopeed",
"version": "0.4.2",
"version": "0.5.0",
"description": "A Chrome Extension for Gopeed",
"homepage": "https://github/krau/Gopeed-Chrome-Extension",
"private": true,
Expand Down
5 changes: 3 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Gopeed",
"version": "0.4.2",
"version": "0.5.0",
"description": "Gopeed download manager",
"icons": {
"16": "icons/icon_16.png",
Expand All @@ -20,7 +20,8 @@
"downloads",
"storage",
"notifications",
"contextMenus"
"contextMenus",
"tabs"
],
"content_scripts": [
{
Expand Down
Loading

0 comments on commit 5229700

Please sign in to comment.