blob: cb4cb1b0fd69692db9ee92757ad36c8c819d9eb3 [file] [log] [blame]
{
"$schema": "plugin.schema.json",
"info": {
"title": "Cobalt Plugin",
"callsign": "Cobalt",
"locator": "libWPEFrameworkCobalt.so",
"status": "beta",
"description": "The Cobalt plugin provides web browsing functionality based on the Cobalt engine.",
"version": "1.0"
},
"configuration": {
"type": "object",
"properties": {
"configuration": {
"type": "object",
"required": [],
"properties": {
"url": {
"type": "string",
"description": "The URL that is loaded upon starting the browser"
},
"language": {
"type": "string",
"description": "POSIX-style Language(Locale) ID. Example: 'en_US'"
}
}
}
},
"required": [
"callsign",
"classname",
"locator"
]
},
"interface": {
"$ref": "{interfacedir}/Cobalt.json#"
}
}