diff options
author | mayhewinator | 2012-04-19 15:49:04 -0700 |
---|---|---|
committer | mayhewinator | 2012-04-19 15:49:04 -0700 |
commit | 8a546291a9d0de3bda1a7765ae9008f2ad052bba (patch) | |
tree | a26b2986d412a02eb93fc7fa1b0f495cab40e757 | |
parent | cd44e341169b7a8b70340195840908afc114a789 (diff) | |
parent | 0b8ee0f03d1a9c6582f345935885ff293436d513 (diff) | |
download | ninja-8a546291a9d0de3bda1a7765ae9008f2ad052bba.tar.gz |
Merge pull request #170 from mayhewinator/WorkingBranch
Set the proper host permissions for Ninja in our manifest.json
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 630963d2..42fe43f4 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -15,7 +15,7 @@ | |||
15 | "notifications", | 15 | "notifications", |
16 | "webRequest", | 16 | "webRequest", |
17 | "webRequestBlocking", | 17 | "webRequestBlocking", |
18 | "http://www.google.com/*" | 18 | "http://localhost:/" |
19 | ], | 19 | ], |
20 | "requirements": { | 20 | "requirements": { |
21 | "3D": { | 21 | "3D": { |