gcode-sender

gcode-sender

Send gcode files to a CNC machine.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "gcode-sender",
  "version": "2015.9.9.0",
  "manifest_version": 2,
  "minimum_chrome_version": "33",
  "description": "Send gcode files to a CNC machine.",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "fileSystem",
    "power",
    "serial",
    "storage"
  ]
}