Centreon Status

Centreon Status

Displays the Centreon status in a popup.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "0.0.4",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "48": "images/icon_48.png",
    "128": "images/icon_128.png",
    "160": "images/icon_160.png"
  },
  "browser_action": {
    "default_title": "__MSG_appTitle__",
    "default_icon": {
      "19": "images/icon.png",
      "38": "images/icon_38.png"
    },
    "default_popup": "views/popup.html"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "options_page": "views/options.html",
  "background": {
    "page": "views/background.html",
    "persistent": true
  }
}