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

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

Issue 4146012: Remove duplicate entry from ExtensionInfo struct (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/common/extensions/docs/build
Patch Set: Created 10 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "extension", 3 "namespace": "extension",
4 "unprivileged": true, 4 "unprivileged": true,
5 "types": [ 5 "types": [
6 { 6 {
7 "id": "MessageSender", 7 "id": "MessageSender",
8 "type": "object", 8 "type": "object",
9 "description": "An object containing information about the script contex t that sent a message or request.", 9 "description": "An object containing information about the script contex t that sent a message or request.",
10 "properties": { 10 "properties": {
(...skipping 4016 matching lines...) Expand 10 before | Expand all | Expand 10 after
4027 "type": "string" 4027 "type": "string"
4028 }, 4028 },
4029 "version": { 4029 "version": {
4030 "description": "The <a href='manifest.html#version'>version</a> of t his extension or app.", 4030 "description": "The <a href='manifest.html#version'>version</a> of t his extension or app.",
4031 "type": "string" 4031 "type": "string"
4032 }, 4032 },
4033 "enabled": { 4033 "enabled": {
4034 "description": "Whether it is currently enabled or disabled.", 4034 "description": "Whether it is currently enabled or disabled.",
4035 "type": "boolean" 4035 "type": "boolean"
4036 }, 4036 },
4037 "enabled": {
4038 "description": "Whether it is currently enabled or disabled.",
4039 "type": "boolean"
4040 },
4041 "isApp": { 4037 "isApp": {
4042 "description": "True if this is an app.", 4038 "description": "True if this is an app.",
4043 "type": "boolean" 4039 "type": "boolean"
4044 }, 4040 },
4045 "appLaunchUrl": { 4041 "appLaunchUrl": {
4046 "description": "The launch url (only present for apps).", 4042 "description": "The launch url (only present for apps).",
4047 "type": "string", 4043 "type": "string",
4048 "optional": true 4044 "optional": true
4049 }, 4045 },
4050 "optionsUrl": { 4046 "optionsUrl": {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
4261 "token": { "type": "string", "optional": true } 4257 "token": { "type": "string", "optional": true }
4262 } 4258 }
4263 } 4259 }
4264 ] 4260 ]
4265 } 4261 }
4266 ] 4262 ]
4267 } 4263 }
4268 ] 4264 ]
4269 } 4265 }
4270 ] 4266 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698