diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | manifest.json | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,5 @@ *.sublime* node_modules/* dist +jscoverage.json +tags diff --git a/manifest.json b/manifest.json index 48681675..3792458b 100644 --- a/manifest.json +++ b/manifest.json @@ -26,6 +26,7 @@ "history", "clipboardRead", "storage", + "sessions", "<all_urls>" ], "content_scripts": [ |
