Add key to manifest so unpacked extensions can sync with each other.

This commit is contained in:
ccd0 2015-02-14 13:03:47 -08:00
parent 321813f537
commit d9c464b4c4

View File

@ -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",