Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 648 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 648 Bytes

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