fune/mobile/android/components/extensions/ext-c-android.js
Victor Porof e999ae1989 Bug 1561435 - Format mobile/, a=automatic-formatting
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D35914

--HG--
extra : source : eafb1052afc7712c969e57552da5affc63093e9e
2019-07-05 10:53:35 +02:00

9 lines
168 B
JavaScript

"use strict";
extensions.registerModules({
tabs: {
url: "chrome://geckoview/content/ext-c-tabs.js",
scopes: ["addon_child"],
paths: [["tabs"]],
},
});