Skip to content

Commit a8199e8

Browse files
committed
Add relatedAddons, remove popup script/html
1 parent 15bba44 commit a8199e8

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

1/1.23.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -923,20 +923,10 @@
923923
"type": "boolean",
924924
"description": "Determines whether to show the fullscreen button.",
925925
"default": false
926-
},
927-
"html": {
928-
"type": "string",
929-
"description": "The filename of the popup page.",
930-
"minLength": 1
931-
},
932-
"script": {
933-
"type": "string",
934-
"description": "The filename of the popup script.",
935-
"minLength": 1
936926
}
937927
},
938928
"minItems": 1,
939-
"required": ["icon", "name", "html", "script"]
929+
"required": ["icon", "name"]
940930
}
941931
},
942932
"dynamicDisable": {
@@ -1054,6 +1044,15 @@
10541044
},
10551045
"additionalProperties": false,
10561046
"required": ["version"]
1047+
},
1048+
"relatedAddons": {
1049+
"type": "array",
1050+
"description": "The list of related addons.",
1051+
"items": {
1052+
"type": "string",
1053+
"description": "An addon ID.",
1054+
"pattern": "^[a-z0-9-]+$"
1055+
}
10571056
}
10581057
},
10591058
"required": ["name", "description", "tags", "versionAdded"],

0 commit comments

Comments
 (0)