blob: 562b28c73e8cd84700239fac3a3a13b7f036f39d [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<title>$i18n{title}</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<style>
html {
background: var(--md-background-color);
}
html,
body {
height: 100%;
}
body {
display: flex;
margin: 0;
}
</style>
</head>
<body>
<downloads-manager></downloads-manager>
<command id="clear-all-command" shortcut="Alt|c">
<if expr="is_macosx">
<command id="undo-command" shortcut="Meta|z">
<command id="find-command" shortcut="Meta|f">
</if>
<if expr="not is_macosx">
<command id="undo-command" shortcut="Ctrl|z">
<command id="find-command" shortcut="Ctrl|f">
</if>
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://downloads/i18n_setup.html">
<link rel="import" href="chrome://downloads/manager.html">
<script src="chrome://downloads/downloads.js"></script>
</body>
</html>