From c9e06983ba330ab70d2956e7287dde263278128a Mon Sep 17 00:00:00 2001 From: hackademix Date: Fri, 27 Sep 2019 14:24:26 +0200 Subject: Add browser.runtime.(sendSyncMessage|onSyncMessage) shim. --- src/manifest.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/manifest.json') diff --git a/src/manifest.json b/src/manifest.json index e0e5c71..0bd9338 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -38,6 +38,7 @@ "lib/UA.js", "lib/browser-polyfill.js", "lib/uuid.js", + "lib/SyncMessage.js", "lib/log.js", "lib/include.js", "lib/punycode.js", @@ -83,6 +84,7 @@ "lib/browser-polyfill.js", "lib/log.js", "lib/uuid.js", + "lib/SyncMessage.js", "lib/sha256.js", "lib/Messages.js", "lib/CSP.js", -- cgit v1.2.3