[Pkg-mozext-commits] [adblock-plus] 03/22: Issue 2171 - Support storage.managed_schema option in Chrome extension manifest
David Prévot
taffit at moszumanska.debian.org
Wed Apr 1 19:35:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus.
commit 20a7afb87bdd5604c04c763549ccc86ed4b1f1f8
Author: Sebastian Noack <sebastian at adblockplus.org>
Date: Thu Mar 19 12:10:44 2015 +0100
Issue 2171 - Support storage.managed_schema option in Chrome extension manifest
---
manifest.json.tmpl | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/manifest.json.tmpl b/manifest.json.tmpl
index f70723d..80fe077 100644
--- a/manifest.json.tmpl
+++ b/manifest.json.tmpl
@@ -76,5 +76,11 @@
"web_accessible_resources": {{webAccessible|json}},
{%- endif %}
+ {%- if metadata.has_option('general', 'managedStorageSchema') %}
+ "storage": {
+ "managed_schema": {{metadata.get('general', 'managedStorageSchema')|json}}
+ },
+ {%- endif %}
+
"_dummy": false
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git
More information about the Pkg-mozext-commits
mailing list