mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Changed version and description in Event Chrome Extensions
This commit is contained in:
parent
235f20ef86
commit
41e66a271f
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_name__",
|
"name": "__MSG_name__",
|
||||||
"version": "1.0",
|
"version": "2.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "__MSG_description__",
|
"description": "Pandora FMS Event viewer Chrome extension",
|
||||||
"homepage_url": "http://pandorafms.com",
|
"homepage_url": "http://pandorafms.com",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_title": "__MSG_default_title__",
|
"default_title": "__MSG_default_title__",
|
||||||
"default_icon": "images/icon.png",
|
"default_icon": "images/icon.png",
|
||||||
"default_popup": "popup.html"
|
"default_popup": "popup.html"
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
"page": "background.html"
|
"page": "background.html"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user