Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: chrome/common/extensions/api/pageActions.json

Issue 9447090: Allow comments in extension config files. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed up license headers to pass license tests Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/pageAction.json ('k') | chrome/common/extensions/api/pageCapture.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698