From dc860d32f50e2fc21a4f38663bfb0b9099a77513 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 16 Aug 2017 20:26:02 +0900 Subject: implement d/u command --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 2621c5e..1d511fa 100644 --- a/manifest.json +++ b/manifest.json @@ -11,5 +11,8 @@ ], "background": { "scripts": ["build/background.js"] - } + }, + "permissions": [ + "sessions" + ] } -- cgit v1.2.3