Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
wip: 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeraa committed Feb 25, 2024
1 parent 25437ed commit 4ae82b1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions schemas/metadata/1.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,21 @@
"matches": {
"type": "array",
"description": "A glob pattern required to match Google's match pattern (https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns). This is required for Presences.",
"pattern": "^(https|http|*):\/\/.*\/.*"
"items": {
"type": "string",
"description": "A glob pattern.",
"pattern": "^(https|http|*):\/\/.*\/.*"
}
},

"iFrameMatches": {
"type": "array",
"description": "A glob pattern required to match Google's match pattern (https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns). This is required for Presences.",
"pattern": "^(https|http|*):\/\/.*\/.*"
"items": {
"type": "string",
"description": "A glob pattern.",
"pattern": "^(https|http|*):\/\/.*\/.*"
}
},

"iFrameRegExp": {
Expand Down

0 comments on commit 4ae82b1

Please sign in to comment.