36 lines
939 B
JSON
36 lines
939 B
JSON
{
|
|
"name": {
|
|
"message": "Pandora FMS Event extension for Chrome",
|
|
"description": "Extension name in manifest."
|
|
},
|
|
"description": {
|
|
"message": "Pandora FMS event extension for Chrome is a helper to keep your monitoring close, in your browser. You can follow last events and messages from the Pandora FMS console.",
|
|
"description": "Extension description in manifest.",
|
|
"placeholders": {
|
|
"google": {
|
|
"content": "Pandora",
|
|
"example": "Pandora"
|
|
}
|
|
}
|
|
},
|
|
"default_title": {
|
|
"message": "Pandora FMS",
|
|
"description": "Extension browser action tooltip text in manifest.",
|
|
"placeholders": {
|
|
"google": {
|
|
"content": "Pandora",
|
|
"example": "Pandora"
|
|
}
|
|
}
|
|
},
|
|
"unknown_title": {
|
|
"message": "Unknown title",
|
|
"description": "Unknown news title."
|
|
},
|
|
"newsUrl": {
|
|
"message": "http://127.0.0.1/",
|
|
"description": "Url to Demo."
|
|
}
|
|
}
|
|
|