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 |
1 [ | 5 [ |
2 { | 6 { |
3 "namespace": "webRequest", | 7 "namespace": "webRequest", |
4 "types": [ | 8 "types": [ |
5 { | 9 { |
6 "id": "RequestFilter", | 10 "id": "RequestFilter", |
7 "type": "object", | 11 "type": "object", |
8 "description": "An object describing filters to apply to webRequest even
ts.", | 12 "description": "An object describing filters to apply to webRequest even
ts.", |
9 "properties": { | 13 "properties": { |
10 "urls": { | 14 "urls": { |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 "options": { | 561 "options": { |
558 "supportsListeners": false, | 562 "supportsListeners": false, |
559 "supportsRules": true, | 563 "supportsRules": true, |
560 "conditions": ["RequestMatcher"], | 564 "conditions": ["RequestMatcher"], |
561 "actions": ["CancelRequest", "ModifyRequest"] | 565 "actions": ["CancelRequest", "ModifyRequest"] |
562 } | 566 } |
563 } | 567 } |
564 ] | 568 ] |
565 } | 569 } |
566 ] | 570 ] |
OLD | NEW |