Skip to content

Commit d159aa3

Browse files
committed
Adds required permission.
1 parent 9b46933 commit d159aa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/chrome/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"manifest_version": 2,
2525

2626
"minimum_chrome_version": "40",
27-
27+
2828
"name": "",
2929

3030
"options_ui": {
@@ -34,6 +34,7 @@
3434

3535
"permissions": [
3636
"activeTab",
37+
"downloads",
3738
"storage"
3839
],
3940

0 commit comments

Comments
 (0)