Source code

Revision control

Copy as Markdown

Other Tools

{
"title": "NewtabMessage",
"description": "A template for messages that are rendered within newtab",
"type": "object",
"properties": {
"content": {
"type": "object",
"properties": {
"messageType": {
"type": "string",
"description": "The subtype of the message."
}
},
"additionalProperties": true,
"required": ["messageType"]
},
"template": {
"type": "string",
"const": "newtab_message"
}
},
"additionalProperties": true,
"required": ["targeting"]
}