/* 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/. */ "use strict"; extensions.registerModules({ extensionScripts: { url: "chrome://messenger/content/child/ext-extensionScripts.js", scopes: ["addon_child"], paths: [["composeScripts"], ["messageDisplayScripts"]], }, identity: { url: "chrome://extensions/content/child/ext-identity.js", scopes: ["addon_child"], paths: [["identity"]], }, menus: { url: "chrome://messenger/content/child/ext-menus.js", scopes: ["addon_child"], paths: [["menus"]], }, tabs: { url: "chrome://messenger/content/child/ext-tabs.js", scopes: ["addon_child"], paths: [["tabs"]], }, });