diff options
Diffstat (limited to 'public-path.js')
-rw-r--r-- | public-path.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public-path.js b/public-path.js new file mode 100644 index 0000000..b3aa11e --- /dev/null +++ b/public-path.js @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only + +__webpack_public_path__ = chrome.runtime.getURL("") + "/"; |