From ed992e06748eb125c3cda04f18fe2e60102c4a19 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 30 Aug 2017 21:01:42 +0900 Subject: [PATCH] add tabs permission --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4922bd8..4e32964 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,8 @@ ] }, "permissions": [ - "sessions" + "sessions", + "tabs" ], "web_accessible_resources": [ "build/console.html"