Skip to content

Commit 1ca82b7

Browse files
authored
Remove unnecessary download permission (#67)
Since the downloads are triggered from within the content, no special permissions are required.
1 parent 9bce3e8 commit 1ca82b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@
2626
"128": "icons/aoc-to-markdown-128.png"
2727
},
2828
"default_title": "Advent of Code to Markdown"
29-
},
30-
"permissions": ["downloads"]
29+
}
3130
}

0 commit comments

Comments
 (0)