Colony Gateway

Colony Gateway

Gateway plugin for interaction with colony framework native tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Colony Gateway",
  "version": "1.1.5",
  "description": "Gateway plugin for interaction with colony framework native tools",
  "icons": {
    "16": "images/colony_icon_16.png",
    "48": "images/colony_icon_48.png",
    "128": "images/colony_icon_128.png"
  },
  "plugins": [
    {
      "path": "npcolony.dll",
      "public": true
    },
    {
      "path": "libnpcolony.so",
      "public": true
    },
    {
      "path": "npcolony.plugin",
      "public": true
    }
  ]
}