robotrory / eddystone-chrome-apps-demo

Chrome App that advertises a different URL depending on the image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eddystone-chrome-apps-demo

Chrome App that advertises a different URL depending on the image. Uses the Eddystone Advertising library available here.

BLE Advertising Availability

BLE Advertising is only available in Single App Kiosk Mode.

For development you should turn on the enable-ble-advertising-in-apps flag in chrome://flags/#enable-ble-advertising-in-apps. This will let the app Advertise without being in Kiosk Mode.

For deployment you should add the following to manifest.json:

"kiosk_enabled": true,
"kiosk_only": true

About

Chrome App that advertises a different URL depending on the image

License:Apache License 2.0


Languages

Language:JavaScript 97.0%Language:HTML 3.0%