DLS Meeting Room

DLS Meeting Room

Screensharing for DLS Meeting Room

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "DLS Internet Services",
  "background": {
    "scripts": [
      "background-config.js",
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content-script.js"
      ],
      "matches": [
        "*://*.dls.net/*"
      ]
    }
  ],
  "description": "Screensharing for DLS Meeting Room",
  "homepage_url": "http://www.dls.net",
  "icons": {
    "48": "icon.png"
  },
  "manifest_version": 2,
  "name": "DLS Meeting Room",
  "version": "1.0.9.1resigned1",
  "web_accessible_resources": [
    "icon.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6881b262-a083-4296-8393-5631ee64e50a}"
    }
  }
}