Lansweeper Chromium extension

Lansweeper Chromium extension

Allows you to run asset and user actions in the Lansweeper web console.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/eventPage.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/contentScript.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Allows you to run asset and user actions in the Lansweeper web console.",
  "icons": {
    "16": "img/Icon16.png",
    "32": "img/Icon32.png",
    "48": "img/Icon48.png",
    "128": "img/Icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhhlp8u1E45BA8UGFHPoWpJyEBWXhdwnOPCn5rqGNE51Vq3mBFMwH3q1rWzWRD2wgmKID7FlDRUTxHsyXFYuONQxOX9HO7/0p15Fab9sYs5NJl5kNv7ZIQhJG0P39CHjm+d5pgm1UW8WsjLHhTVg/0DwGl3F9gdk13T4qvXiQORuUF8iz0I2aswrXZEZjqa4tQyJuYn4eroQr7WU1tCSyOzb/tcI5nu92dN67gGE77/fdvHQmy78lyf5UQhA6X+6zpidT1UfdnKMvMnCzXikGqWvTaoKEZyUZNgG1OcxfjgorGObAWCb/6H8H0Jy5a3OgB/9zicslUbtPle8ijdsXYQIDAQAB",
  "manifest_version": 2,
  "name": "Lansweeper Chromium extension",
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3",
  "web_accessible_resources": [
    "js/version.js"
  ]
}