blob: be9002c462ee8e501ab643c91cde35e70f928517 [file] [log] [blame]
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://apps/browser_proxy.html">
<link rel="import" href="chrome://apps/main_view.html">
<dom-module id="app-management-app">
<template>
<app-management-main-view></app-management-main-view>
</template>
<script src="chrome://apps/app.js"></script>
</dom-module>