Intly Portal

Intly Portal

Cloud business management system accelerating productivity and growth.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Intly Portal",
  "description": "Cloud business management system accelerating productivity and growth.",
  "version": "1.1.5",
  "manifest_version": 2,
  "sockets": {
    "tcp": {
      "connect": ""
    },
    "tcpServer": {
      "listen": ""
    }
  },
  "app": {
    "background": {
      "scripts": [
        "js/app/background.js"
      ]
    }
  },
  "permissions": [
    "fileSystem",
    "storage",
    "webview",
    "fullscreen"
  ],
  "icons": {
    "16": "img/logo16.png",
    "128": "img/logo.png"
  }
}