Add Common Platform Enumeration (CPE) info
@ -38,6 +38,9 @@
},
"required": true
"cpe": {
"type": "string"
"cookies": {
"type": "object",
"additionalProperties": {
@ -167,6 +167,7 @@ class Driver {
version: app.version || null,
icon: app.props.icon || 'default.svg',
website: app.props.website,
cpe: app.props.cpe || null,
categories,
});
}