blob: 70f02de1650417742d104ce8bea084b20713b110 [file] [log] [blame]
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/cr_elements/cr_toolbar/cr_toolbar.html">
<dom-module id="app-management-main-view">
<template>
<style>
cr-toolbar {
color: rgba(0, 0, 0, 0.54);
}
</style>
<cr-toolbar page-name="Apps"
search-prompt="Search Settings">
</cr-toolbar>
</template>
<script src="chrome://apps/main_view.js"></script>
</dom-module>