/eddystone-chrome-apps-demo

Chrome App that advertises a different URL depending on the image

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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