diff options
author | Omar Rizwan <omar.rizwan@gmail.com> | 2018-11-28 21:43:00 -0800 |
---|---|---|
committer | Omar Rizwan <omar.rizwan@gmail.com> | 2018-11-28 21:43:00 -0800 |
commit | ed5419ae41747a7a6b0597f0f100f71057898cb3 (patch) | |
tree | 236ba75cb98e632f901bac0756bbe64f07977e57 /extension/manifest.json | |
parent | e734173e6f5df2fc9df39dc8b98a03e8b83d889f (diff) |
Toolbar icon! Simplify file defns! Pretty cool!
Diffstat (limited to 'extension/manifest.json')
-rw-r--r-- | extension/manifest.json | 2 |
1 files changed, 2 insertions, 0 deletions
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 |