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": "pageActions", | 7 "namespace": "pageActions", |
4 "nodoc": true, | 8 "nodoc": true, |
5 "maximumManifestVersion": 1, | 9 "maximumManifestVersion": 1, |
6 "types": [], | 10 "types": [], |
7 "functions": [ | 11 "functions": [ |
8 { | 12 { |
9 "name": "enableForTab", | 13 "name": "enableForTab", |
10 "type": "function", | 14 "type": "function", |
(...skipping 29 matching lines...) Expand all Loading... |
40 "url": {"type": "string", "description": "The URL of the page you
want the page action to not apply to. If the URL specified does not match the cu
rrently navigated URL (user has navigated to another page) then no action is tak
en."} | 44 "url": {"type": "string", "description": "The URL of the page you
want the page action to not apply to. If the URL specified does not match the cu
rrently navigated URL (user has navigated to another page) then no action is tak
en."} |
41 }, | 45 }, |
42 "optional": false | 46 "optional": false |
43 } | 47 } |
44 ] | 48 ] |
45 } | 49 } |
46 ], | 50 ], |
47 "events": [] | 51 "events": [] |
48 } | 52 } |
49 ] | 53 ] |
OLD | NEW |