OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 [ | 1 [ |
6 { | 2 { |
7 "namespace": "webRequest", | 3 "namespace": "webRequest", |
8 "types": [ | 4 "types": [ |
9 { | 5 { |
10 "id": "RequestFilter", | 6 "id": "RequestFilter", |
11 "type": "object", | 7 "type": "object", |
12 "description": "An object describing filters to apply to webRequest even
ts.", | 8 "description": "An object describing filters to apply to webRequest even
ts.", |
13 "properties": { | 9 "properties": { |
14 "urls": { | 10 "urls": { |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 "options": { | 557 "options": { |
562 "supportsListeners": false, | 558 "supportsListeners": false, |
563 "supportsRules": true, | 559 "supportsRules": true, |
564 "conditions": ["RequestMatcher"], | 560 "conditions": ["RequestMatcher"], |
565 "actions": ["CancelRequest", "ModifyRequest"] | 561 "actions": ["CancelRequest", "ModifyRequest"] |
566 } | 562 } |
567 } | 563 } |
568 ] | 564 ] |
569 } | 565 } |
570 ] | 566 ] |
OLD | NEW |