Skip to content

Commit

Permalink
feat: add tampermonkey tag (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 16, 2024
1 parent 56a93e9 commit 2441a29
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ export interface TampermonkeyUserScript {
*/
connect?: IArray<string>;

/**
* @see https://www.tampermonkey.net/documentation.php#meta:tag
*/
tag?: string;

/**
* @see https://www.tampermonkey.net/documentation.php#meta:sandbox
*/
Expand Down

0 comments on commit 2441a29

Please sign in to comment.