*Move api data
This commit is contained in:
parent
71c9dc2108
commit
b39d81d20c
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
"use strict";
|
||||
// eslint-disable-next-line no-undef
|
||||
const apiMetadata = require("../api-metadata.json");
|
||||
const apiMetadata = require("./api-metadata.json");
|
||||
|
||||
if (typeof globalThis.browser === "undefined" || Object.getPrototypeOf(globalThis.browser) !== Object.prototype) {
|
||||
const CHROME_SEND_MESSAGE_CALLBACK_NO_RESPONSE_MESSAGE = "The message port closed before a response was received.";
|
||||
|
|
Loading…
Reference in New Issue