blob: 48e88a903bbc292cdea571d9b520bcf04f4899b3 [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-U+0043"><!-- Alt+C -->
<if expr="is_macosx">
<command id="undo-command" shortcut="Meta-U+005A"><!-- Command+Z -->
<command id="find-command" shortcut="Meta-U+0046"><!-- Command+F -->
</if>
<if expr="not is_macosx">
<command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
<command id="find-command" shortcut="Ctrl-U+0046"><!-- 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>