mirror of
https://github.com/bellingcat/auto-archiver-extension.git
synced 2026-06-13 05:58:34 +03:00
Initial commit
This commit is contained in:
14
source/options-storage.js
Normal file
14
source/options-storage.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import OptionsSync from 'webext-options-sync';
|
||||
|
||||
export default new OptionsSync({
|
||||
defaults: {
|
||||
colorRed: 244,
|
||||
colorGreen: 67,
|
||||
colorBlue: 54,
|
||||
text: 'Set a text!',
|
||||
},
|
||||
migrations: [
|
||||
OptionsSync.migrations.removeUnused,
|
||||
],
|
||||
logging: true,
|
||||
});
|
||||
Reference in New Issue
Block a user