DataByCloud 1

DataByCloud 1

databycloud.com extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DataByCloud 1",
  "version": "3.1",
  "description": "databycloud.com extension",
  "permissions": [
    "tabs",
    "cookies",
    "http://*/",
    "https://*/",
    "management"
  ],
  "externally_connectable": {
    "matches": [
      "https://dashboard.databycloud.com/*",
      "https://admin.databycloud.com/*"
    ]
  },
  "background": {
    "scripts": [
      "websocket/regenerator.js",
      "websocket/adonis-client.js",
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "websocket/adonis-client.js",
    "websocket/regenerator.js",
    "rdpClient.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://rdp.databycloud.com/start-connection/*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "page-helpers/rdpClientDeps.js",
        "page-helpers/rdpClient.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}