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 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2421 } | 2421 } |
2422 }, | 2422 }, |
2423 { | 2423 { |
2424 "id": "VisitItem", | 2424 "id": "VisitItem", |
2425 "type": "object", | 2425 "type": "object", |
2426 "description": "An object encapsulating one visit to a URL.", | 2426 "description": "An object encapsulating one visit to a URL.", |
2427 "properties": { | 2427 "properties": { |
2428 "id": {"type": "string", "minimum": 0, "description": "The unique iden
tifier for the item."}, | 2428 "id": {"type": "string", "minimum": 0, "description": "The unique iden
tifier for the item."}, |
2429 "visitId": {"type": "string", "description": "The unique identifier fo
r this visit."}, | 2429 "visitId": {"type": "string", "description": "The unique identifier fo
r this visit."}, |
2430 "visitTime": {"type": "number", "optional": true, "description": "When
this visit occurred, represented in milliseconds since the epoch."}, | 2430 "visitTime": {"type": "number", "optional": true, "description": "When
this visit occurred, represented in milliseconds since the epoch."}, |
2431 "referringVisitId": {"type": "string", "description": "The visit_id of
the referrer."}, | 2431 "referringVisitId": {"type": "string", "description": "The visit ID of
the referrer."}, |
2432 "transition": { | 2432 "transition": { |
2433 "type": "string", | 2433 "type": "string", |
2434 "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_
subframe", "generated", "start_page", "form_submit", "reload", "keyword", "keywo
rd_generated"], | 2434 "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_
subframe", "generated", "start_page", "form_submit", "reload", "keyword", "keywo
rd_generated"], |
2435 "description": "The <a href='#transition_types'>transition type</a>
for this visit from its referrer." | 2435 "description": "The <a href='#transition_types'>transition type</a>
for this visit from its referrer." |
2436 } | 2436 } |
2437 } | 2437 } |
2438 } | 2438 } |
2439 ], | 2439 ], |
2440 "functions": [ | 2440 "functions": [ |
2441 { | 2441 { |
(...skipping 4983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7425 "description": "A string result code. The value is non-empty on
success only in tests.", | 7425 "description": "A string result code. The value is non-empty on
success only in tests.", |
7426 "optional": "true" | 7426 "optional": "true" |
7427 } | 7427 } |
7428 ] | 7428 ] |
7429 } | 7429 } |
7430 ] | 7430 ] |
7431 } | 7431 } |
7432 ] | 7432 ] |
7433 } | 7433 } |
7434 ] | 7434 ] |
OLD | NEW |