From 4beb5fd6356c04ac8adbaa06cc3b730ff11fefbb Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 14 Feb 2015 13:03:47 -0800 Subject: [PATCH] Add key to manifest so unpacked extensions can sync with each other. --- src/General/meta/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/meta/manifest.json b/src/General/meta/manifest.json index c47701e71..edefb1ffb 100755 --- a/src/General/meta/manifest.json +++ b/src/General/meta/manifest.json @@ -20,6 +20,7 @@ }, "homepage_url": "<%= meta.page %>", <% if (channel !== 'noupdate') { %> "update_url": "<%= meta.downloads %>updates<%= meta.suffix[channel] %>.xml", + "key": "<%= meta.appid %>", <% } %> "minimum_chrome_version": "<%= meta.min.chrome %>", "permissions": [ "storage",