Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 199cf49

Browse files
authoredApr 20, 2024··
Add link to Google Chrome docs about Trial Tokens
1 parent 4a74678 commit 199cf49

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎proposals/manifest_trial_tokens.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ The manifest key to include origin and deprecation trial tokens.
2222

2323
### Objective
2424

25-
This new manifest key empowers developers to use trial tokens in WebExtension
26-
service worker contexts, including the background service workers, which was
27-
not possible before. Also, this manifest key simplifies injection of tokens
28-
into all contexts with the extension's origin.
25+
This new manifest key empowers developers to use
26+
[trial tokens](https://developer.chrome.com/docs/web-platform/origin-trials)
27+
in WebExtension service worker contexts, including the background service workers,
28+
which was not possible before. Also, this manifest key simplifies injection of
29+
tokens into all contexts with the extension's origin.
2930

3031
#### Use Cases
3132

0 commit comments

Comments
 (0)
Please sign in to comment.