Cisco Network Setup Assistant

Cisco Network Setup Assistant

Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "storage": {
    "managed_schema": "schema.json"
  },
  "description": "__MSG_app_description__",
  "icons": {
    "128": "image/ise48.png"
  },
  "version": "2.1.0.35",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://*/portal/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "style/ChromeBYOD.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "forge.bundle.js",
      "onboarding.js",
      "popupUtils.js"
    ],
    "persistent": false
  },
  "permissions": [
    "identity",
    "tabs",
    "storage",
    "fileSystem",
    "enterprise.platformKeys",
    "https://www.google.com"
  ],
  "web_accessible_resources": [
    "/image/*.png"
  ]
}