FileWave Engage Extension

FileWave Engage Extension

Communicates with the Engage application and supports it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FileWave Engage Extension",
  "description": "Communicates with the Engage application and supports it.",
  "version": "1.3.0",
  "icons": {
    "19": "icon_19.png",
    "38": "icon_38.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "alarms",
    "enterprise.deviceAttributes",
    "management",
    "gcm",
    "tabs",
    "https://*/"
  ],
  "storage": {
    "managed_schema": "schema.json"
  }
}