OLD | NEW |
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 2924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2935 { | 2935 { |
2936 "name": "getAccessPointRlz", | 2936 "name": "getAccessPointRlz", |
2937 "type": "function", | 2937 "type": "function", |
2938 "description": "Gets the RLZ string to be used when accessing a Google p
roperty through the given access point.", | 2938 "description": "Gets the RLZ string to be used when accessing a Google p
roperty through the given access point.", |
2939 "parameters": [ | 2939 "parameters": [ |
2940 {"name": "accessPoint", "type": "string", "minLength": 1, "maxLength":
2}, | 2940 {"name": "accessPoint", "type": "string", "minLength": 1, "maxLength":
2}, |
2941 {"name": "callback", "type": "function", "parameters": [{"name": "rlz"
, "type": "string"}]} | 2941 {"name": "callback", "type": "function", "parameters": [{"name": "rlz"
, "type": "string"}]} |
2942 ] | 2942 ] |
2943 }, | 2943 }, |
2944 { | 2944 { |
| 2945 "name": "sendFinancialPing", |
| 2946 "type": "function", |
| 2947 "description": "Sends Google promotional information about this extensio
n.", |
| 2948 "parameters": [ |
| 2949 {"name": "product", "type": "string", "minLength": 1, "maxLength": 1}, |
| 2950 {"name": "accessPoints", "type": "array", "items": {"type": "string",
"minLength": 1, "maxLength": 2}, "minItems": 1}, |
| 2951 {"name": "signature", "type": "string"}, |
| 2952 {"name": "brand", "type": "string"}, |
| 2953 {"name": "id", "type": "string"}, |
| 2954 {"name": "lang", "type": "string"}, |
| 2955 {"name": "exclude_machine_id", "type": "boolean"} |
| 2956 ] |
| 2957 }, |
| 2958 { |
2945 "name": "clearProductState", | 2959 "name": "clearProductState", |
2946 "type": "function", | 2960 "type": "function", |
2947 "description": "Clears all product-specific RLZ state from the machine,
as well as clearing all events for the specified access points.", | 2961 "description": "Clears all product-specific RLZ state from the machine,
as well as clearing all events for the specified access points.", |
2948 "parameters": [ | 2962 "parameters": [ |
2949 {"name": "product", "type": "string", "minLength": 1, "maxLength": 1}, | 2963 {"name": "product", "type": "string", "minLength": 1, "maxLength": 1}, |
2950 {"name": "accessPoints", "type": "array", "items": {"type": "string",
"minLength": 1, "maxLength": 2}, "minItems": 1} | 2964 {"name": "accessPoints", "type": "array", "items": {"type": "string",
"minLength": 1, "maxLength": 2}, "minItems": 1} |
2951 ] | 2965 ] |
2952 } | 2966 } |
2953 ], | 2967 ], |
2954 "events": [] | 2968 "events": [] |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3175 { | 3189 { |
3176 "name": "onInputCancelled", | 3190 "name": "onInputCancelled", |
3177 "perExtensionEvent": true, | 3191 "perExtensionEvent": true, |
3178 "type": "function", | 3192 "type": "function", |
3179 "description": "User has ended the keyword input session without accepti
ng the input.", | 3193 "description": "User has ended the keyword input session without accepti
ng the input.", |
3180 "parameters": [] | 3194 "parameters": [] |
3181 } | 3195 } |
3182 ] | 3196 ] |
3183 } | 3197 } |
3184 ] | 3198 ] |
OLD | NEW |