Kony Fabric Health Check

Kony Fabric Health Check

This extension helps the user to check the health of Kony Fabric.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Kony Fabric Health Check",
  "description": "This extension helps the user to check the health of Kony Fabric.",
  "version": "1.1",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Kony Fabric Health Check"
  },
  "permissions": [
    "storage",
    "background",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}