Skip to content

Commit

Permalink
remove the tabs permission and the donation page as asked by Chrome team
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuor committed Apr 11, 2022
1 parent d1e5ff4 commit 58b0b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.
45 changes: 0 additions & 45 deletions chrome/donation.js

This file was deleted.

6 changes: 2 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Unblock Youku",
"version": "3.8.12",
"version": "3.9.0",
"manifest_version": 2,
"minimum_chrome_version": "25.0",
"description": "__MSG_description__",
Expand All @@ -14,7 +14,6 @@
"webRequest",
"webRequestBlocking",
"storage",
"tabs",
"http://*/*",
"https://*/*"
],
Expand All @@ -27,8 +26,7 @@
"chrome/header.js",
"chrome/proxy.js",
"chrome/redirect.js",
"chrome/config.js",
"chrome/donation.js"
"chrome/config.js"
]
},
"browser_action": {
Expand Down

0 comments on commit 58b0b93

Please sign in to comment.