meBarista

meBarista

meBarista for the meCoffee espresso machine controller. The easiest and most complete espresso PID.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.2.1",
  "name": "meBarista",
  "default_locale": "en",
  "description": "meBarista for the meCoffee espresso machine controller. The easiest and most complete espresso PID.",
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-32.png",
    "64": "images/logo-64.png",
    "96": "images/logo-96.png",
    "512": "images/logo-512.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "bluetooth": {
    "profiles": [
      "00001101-0000-1000-8000-00805F9B34FB"
    ],
    "uuids": [
      "1105",
      "1106",
      "00001101-0000-1000-8000-00805F9B34FB"
    ],
    "socket": true
  }
}