From abb7bf4e0d4357a2486684e0fc2e7113d0fa1064 Mon Sep 17 00:00:00 2001 From: Jintao Gan <1261639871@qq.com> Date: Wed, 23 Sep 2020 19:06:28 +0800 Subject: [PATCH] update (#3) * 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 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 41d721c..e3c494b 100644 --- a/manifest.json +++ b/manifest.json @@ -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