diff options
Diffstat (limited to 'toolkit/mozapps/extensions/content/extensions.xhtml')
-rw-r--r-- | toolkit/mozapps/extensions/content/extensions.xhtml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/toolkit/mozapps/extensions/content/extensions.xhtml b/toolkit/mozapps/extensions/content/extensions.xhtml new file mode 100644 index 0000000000..09c7d80b81 --- /dev/null +++ b/toolkit/mozapps/extensions/content/extensions.xhtml @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + xmlns:xhtml="http://www.w3.org/1999/xhtml" + csp="default-src chrome:; frame-src chrome:; object-src 'none'" + id="addons-page" data-l10n-id="addons-window" + role="application" windowtype="Addons:Manager"> + + <xhtml:link rel="shortcut icon" + href="chrome://mozapps/skin/extensions/extension.svg"/> + <linkset> + <xhtml:link rel="localization" href="branding/brand.ftl"/> + <xhtml:link rel="localization" href="toolkit/about/aboutAddons.ftl"/> + </linkset> + + <script src="chrome://mozapps/content/extensions/aboutaddonsCommon.js"/> + <script src="chrome://mozapps/content/extensions/extensions.js"/> + + <browser id="html-view-browser" type="content" flex="1" disablehistory="true"/> +</window> |