FindIT

FindIT

Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FindIT",
  "description": "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.",
  "version": "2.0.2",
  "background": {
    "scripts": [
      "jquery-1.11.1.js",
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://127.0.0.1/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}