Skip to content

Commit

Permalink
update (#3)
Browse files Browse the repository at this point in the history
* feature: store

* feature: finish almost feature, store before refactor

* feature: bug

* feature: finish

* fearture: finish agian

* feature: add pdf download and update storage from sync to local

* feature: fix

* feature: update storage size to unlimited
  • Loading branch information
MangoGan authored Sep 23, 2020
1 parent 73e478c commit abb7bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "instant-note",
"version": "0.1",
"description": "instant note",
"permissions": ["activeTab", "declarativeContent", "storage", "tabs"],
"permissions": ["activeTab", "declarativeContent", "storage", "unlimitedStorage", "tabs"],
"background": {
"scripts": ["background.js"],
"persistent": false
Expand Down

0 comments on commit abb7bf4

Please sign in to comment.