Skip to content

Commit

Permalink
Increase storage permission to support larger patreon posts
Browse files Browse the repository at this point in the history
  • Loading branch information
sneat committed Jun 14, 2021
1 parent 9ea1122 commit 4e0c9ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Patreon Downloader",
"version": "1.0.3",
"version": "1.0.4",
"description": "Download media and attachments from Patreon pages.",
"page_action": {
"default_title": "Patreon Downloader",
Expand Down Expand Up @@ -36,6 +36,7 @@
"storage",
"tabs",
"downloads",
"declarativeContent"
"declarativeContent",
"unlimitedStorage"
]
}

0 comments on commit 4e0c9ae

Please sign in to comment.