Skip to content

Commit

Permalink
Update version and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
4074 committed May 15, 2022
1 parent 9998afe commit 7c1cda1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Leetcode Helper",
"description": "This extension is a useful helper when you code at leetcode.com and leetcode.cn.\n1.Copy the question for markdown.",
"version": "1.0.0",
"description": "This extension is a useful helper when you code at leetcode.com and leetcode.cn",
"version": "1.0.1",
"content_scripts": [
{
"matches": [
Expand All @@ -14,7 +14,5 @@
]
}
],
"permissions": [
"activeTab"
]
"permissions": []
}

0 comments on commit 7c1cda1

Please sign in to comment.