Skip to content

Commit

Permalink
add to addons parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleinman committed Nov 15, 2024
1 parent c7e3adb commit 3bf28f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/message_try_firefox_extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@
"content": [
{
"id": "l_1",
"type": "text",
"content": "vpn.tryFirefoxExtension.bullet1"
},
{
"id": "l_2",
"type": "text",
"content": "vpn.tryFirefoxExtension.bullet2"
},
{
"id": "l_3",
"type": "text",
"content": "vpn.tryFirefoxExtension.bullet3"
}
]
Expand Down
8 changes: 8 additions & 0 deletions scripts/ci/jsonSchemas/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
"type": "boolean",
"description": "Determines whether we trigger a system notification. Default: true"
},
"usesSharedStrings": {
"type": "boolean",
"description": "Determines whether we use the new shared strings.yaml file. Default: false"
},
"shortVersion": {
"type": "string",
"description": "Version number, short form. Ex: `2.24`"
},
"blocks": {
"type": "array",
"description": "The list of text blocks",
Expand Down

0 comments on commit 3bf28f4

Please sign in to comment.