diff options
Diffstat (limited to 'chrome-extension/manifest.json')
| -rw-r--r-- | chrome-extension/manifest.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index fc29fa6..a8ebd0a 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -7,6 +7,8 @@ "scripts": ["bg.js"] }, "permissions": [ - "tabs" - ] + "tabs", + "storage" + ], + "options_page": "options.html" } |
