From cddda15f232e007f934318b3d90948507eed9db0 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Thu, 25 Sep 2014 10:39:00 +0100 Subject: Add sessions permission to manifest.json Fixes tab restoration --- .gitignore | 2 ++ manifest.json | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9df0d559..2595878c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ *.sublime* node_modules/* dist +jscoverage.json +tags diff --git a/manifest.json b/manifest.json index 48681675..3792458b 100644 --- a/manifest.json +++ b/manifest.json @@ -26,6 +26,7 @@ "history", "clipboardRead", "storage", + "sessions", "" ], "content_scripts": [ -- cgit v1.2.3