Aim: I am attempting to write a little "thing" that can talk from my browser to the COM port of an Arduino.
Issue: My first attempt is to write an extension. Therefore I am requesting permission for serial
in my manifest file. When loading the unpackaged extension via developer mode I receive the following error: 'serial' is only allowed for packaged apps, but this is a extension.
I see here that packaged app
is an outdated term and I guess they just mean Chrome app
. Now unfortunately it seems that Chrome is also discontinuing these Chrome apps as discussed here.
Question: So how should I access the serial
functionality of Chrome apps/extensions/whatever new name you come up with?