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