From f6a7f24e61a78f197250875ac9833f497a455d20 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 12 May 2021 17:41:08 +0200 Subject: rename "bundles" to "bags" --- background/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'background/main.js') diff --git a/background/main.js b/background/main.js index f4b01f8..6b636c4 100644 --- a/background/main.js +++ b/background/main.js @@ -116,10 +116,10 @@ text: "console.log(\"hello, every1!\");\n" }; await storage.set(TYPE_PREFIX.SCRIPT, "hello", hello_script); - await storage.set(TYPE_PREFIX.BUNDLE, "hello", + await storage.set(TYPE_PREFIX.BAG, "hello", [[TYPE_PREFIX.SCRIPT, "hello"]]); await storage.set(TYPE_PREFIX.PAGE, "https://my.fsf.org/", { - components: [[TYPE_PREFIX.BUNDLE, "hello"]], + components: [[TYPE_PREFIX.BAG, "hello"]], allow: true }); -- cgit v1.2.3