From ed5419ae41747a7a6b0597f0f100f71057898cb3 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Wed, 28 Nov 2018 21:43:00 -0800 Subject: Toolbar icon! Simplify file defns! Pretty cool! --- extension/manifest.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extension/manifest.json') diff --git a/extension/manifest.json b/extension/manifest.json index b523910..ac424f1 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -7,6 +7,8 @@ "permissions": ["tabs", "debugger"], + "browser_action": {}, + "background": { "scripts": ["background.js"], "persistent": true -- cgit v1.2.3