Skip to content

Commit 746f415

Browse files
committed
Export settings metadata and versioning support.
1 parent 9dac8d7 commit 746f415

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bg/Settings.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ var Settings = {
222222

223223
export() {
224224
return JSON.stringify({
225+
exportMeta: {
226+
version: browser.runtime.getManifest().version,
227+
knownCapabilities: Permissions.ALL,
228+
},
225229
policy: ns.policy.dry(),
226230
local: ns.local,
227231
sync: ns.sync,

0 commit comments

Comments
 (0)