M1Smart

M1Smart

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "M1Smart",
  "short_name": "M1Smart",
  "description": "",
  "version": "0.0.5",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "assets/timatch_02.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "http://*/"
  ],
  "web_accessible_resources": [
    "assets/*.png",
    "assets/*.js"
  ],
  "sockets": {
    "tcp": {
      "connect": ""
    },
    "udp": {
      "send": "*",
      "bind": "*"
    }
  }
}