From 199cf4939077a99b18460f5bda2b132cb7fd8c27 Mon Sep 17 00:00:00 2001 From: Anton Bershanskiy <45960703+bershanskiy@users.noreply.github.com> Date: Sun, 21 Apr 2024 00:07:27 +0300 Subject: [PATCH] Add link to Google Chrome docs about Trial Tokens --- proposals/manifest_trial_tokens.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/proposals/manifest_trial_tokens.md b/proposals/manifest_trial_tokens.md index 266b6c4b..5b24322a 100644 --- a/proposals/manifest_trial_tokens.md +++ b/proposals/manifest_trial_tokens.md @@ -22,10 +22,11 @@ The manifest key to include origin and deprecation trial tokens. ### Objective -This new manifest key empowers developers to use trial tokens in WebExtension -service worker contexts, including the background service workers, which was -not possible before. Also, this manifest key simplifies injection of tokens -into all contexts with the extension's origin. +This new manifest key empowers developers to use +[trial tokens](https://developer.chrome.com/docs/web-platform/origin-trials) +in WebExtension service worker contexts, including the background service workers, +which was not possible before. Also, this manifest key simplifies injection of +tokens into all contexts with the extension's origin. #### Use Cases