Bringify.net

Bringify.net

Bringify.net platform app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bringify.net",
  "short_name": "Bringify",
  "description": "Bringify.net platform app",
  "minimum_chrome_version": "33.0.0.0",
  "version": "0.10.0.0",
  "icons": {
    "16": "resources/images/icon_16.png",
    "128": "resources/images/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "com.noveideje.mrm.chrome.Background/com.noveideje.mrm.chrome.Background.nocache.js"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "http://*.bringify.appspot.com/*",
      "https://*.bringify.appspot.com/*",
      "http://www.bringify.net/*",
      "http://prikupihr.appspot.com/*",
      "http://192.168.2.2:8888/*",
      "http://192.168.1.15:8888/*",
      "http://127.0.0.1:8888/*"
    ]
  },
  "sockets": {
    "tcpServer": {
      "listen": [
        "0.0.0.0:10629"
      ]
    }
  },
  "permissions": [
    "alarms",
    "webview",
    "storage",
    "system.display",
    "system.network",
    "serial",
    "gcm",
    "nativeMessaging",
    "background",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    }
  ]
}