diff --git a/manifest.json b/manifest.json index 500f23e..9201ccb 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,8 @@ "64": "icon_64.png" }, "permissions": [ - "activeTab" + "activeTab", + "storage" ], "browser_action": { "default_title": "CryptoPass", diff --git a/popup.html b/popup.html index b6872e9..fac6888 100644 --- a/popup.html +++ b/popup.html @@ -10,6 +10,7 @@