diff options
| author | Teddy Wing | 2014-03-30 15:07:38 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-03-30 15:07:38 -0400 |
| commit | b1dbb04522561d5877616b3b26d767aa41ab5ba5 (patch) | |
| tree | 6e64b081ea6f7887a45a63b86d37914bb9975f7d | |
| parent | 949c5d450519983939bc9f119e6a9f3c6e82d19b (diff) | |
| download | chrome-copy-urls-from-all-tabs-b1dbb04522561d5877616b3b26d767aa41ab5ba5.tar.bz2 | |
Add 'storage' to permissions in manifest
Turns out I need this to store option values.
| -rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index d12f1ba..72f46bf 100644 --- a/manifest.json +++ b/manifest.json @@ -17,6 +17,7 @@ }, "permissions": [ - "tabs" + "tabs", + "storage" ] } |
