manifest.json 709 B

123456789101112131415161718192021222324
  1. {
  2. "manifest_version": 2,
  3. "version": "0.2.1",
  4. "name": "meBarista",
  5. "default_locale": "en",
  6. "description": "meBarista for the meCoffee espresso machine controller. The easiest and most complete espresso PID.",
  7. "icons": { "16": "images/logo-16.png",
  8. "32": "images/logo-32.png",
  9. "64": "images/logo-64.png",
  10. "96": "images/logo-96.png",
  11. "512": "images/logo-512.png" },
  12. "app": {
  13. "background": {
  14. "scripts": ["background.js"]
  15. }
  16. },
  17. "bluetooth": {
  18. "profiles": [ "00001101-0000-1000-8000-00805F9B34FB" ],
  19. "uuids": [ "1105", "1106", "00001101-0000-1000-8000-00805F9B34FB" ],
  20. "socket": true
  21. }
  22. }