aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorJohn Mayhew2012-04-19 15:47:52 -0700
committerJohn Mayhew2012-04-19 15:47:52 -0700
commit0b8ee0f03d1a9c6582f345935885ff293436d513 (patch)
tree09d8ed2336f2a2cf3858a8c2e368c8d504ddc657 /manifest.json
parent38c44dc9663dab7d8863d7101f705bf0f791cf80 (diff)
downloadninja-0b8ee0f03d1a9c6582f345935885ff293436d513.tar.gz
Removed hack that required us to use a bogus url for host permissions. Chrome 18 now sends the "Origin" request header if we request host permissions for http://localhost:/
Setting the new and proper host permissions.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
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": {