blob: a2650b0bc122bb7f87900b63a589da1c6684448b [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/**
* @fileoverview Types of messages between web app and extension.
* @private
*/
module.exports = {
TO_EXTENSION: 'vanadiumMessageToExtension',
TO_PAGE: 'vanadiumMessageToPage',
EXTENSION_IS_READY: 'vanadiumExtensionIsReady',
EXTENSION_READY: 'vanadiumExtensionReady'
};