Skip to content

Commit

Permalink
Merge pull request #10 from onozaty/hotfix/9
Browse files Browse the repository at this point in the history
Fix QUOTA_BYTES quota exceeded occurs #9
  • Loading branch information
onozaty committed Sep 27, 2021
2 parents 6e25e15 + 2c90431 commit cee2f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_extensionName__",
"manifest_version": 2,
"version": "2.0.2",
"version": "2.0.3",
"author": "onozaty",
"description": "__MSG_extensionDescription__",
"icons": {
Expand All @@ -12,6 +12,7 @@
},
"permissions": [
"storage",
"unlimitedStorage",
"https://api.pinboard.in/*",
"https://www.google.com/bookmarks/*",
"https://b.hatena.ne.jp/*"
Expand Down

0 comments on commit cee2f58

Please sign in to comment.