| Index: defaults/prefs.json |
| =================================================================== |
| rename from defaults/prefs.js |
| rename to defaults/prefs.json |
| --- a/defaults/prefs.js |
| +++ b/defaults/prefs.json |
| @@ -1,8 +1,12 @@ |
| -pref("extensions.abpcustomization.vertical-preferences-layout", false); |
| -pref("extensions.abpcustomization.preferences-one-line-subscriptions", false); |
| -pref("extensions.abpcustomization.preferences-remove-actions-button", false); |
| -pref("extensions.abpcustomization.preferences-no-italics", false); |
| -pref("extensions.abpcustomization.preferences-bold-titles", false); |
| -pref("extensions.abpcustomization.toolbar-icon-display", 0); |
| -pref("extensions.abpcustomization.green-icon", false); |
| -pref("extensions.abpcustomization.remove-menus", false); |
| +{ |
| + "defaults": { |
| + "vertical-preferences-layout": false, |
| + "preferences-one-line-subscriptions": false, |
| + "preferences-remove-actions-button": false, |
| + "preferences-no-italics": false, |
| + "preferences-bold-titles": false, |
| + "toolbar-icon-display": 0, |
| + "green-icon": false, |
| + "remove-menus": false |
| + } |
| +} |