| Index: defaults/prefs.json |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/defaults/prefs.json |
| @@ -0,0 +1,41 @@ |
| +{ |
| + "defaults": { |
|
Wladimir Palant
2015/05/04 19:28:09
Please don't remove the old file and add a new one
|
| + "currentVersion": "0.0", |
| + "enabled": true, |
| + "frameobjects": true, |
| + "fastcollapse": false, |
| + "showinstatusbar": false, |
| + "detachsidebar": false, |
| + "defaulttoolbaraction": 0, |
| + "defaultstatusbaraction": 0, |
| + "sidebar_key": "Accel Shift V, Accel Shift U", |
| + "sendReport_key": "", |
| + "filters_key": "Accel Shift E, Accel Shift F, Accel Shift O", |
| + "enable_key": "", |
| + "flash_scrolltoitem": true, |
| + "previewimages": true, |
| + "data_directory": "adblockplus", |
| + "patternsbackups": 5, |
| + "patternsbackupinterval": 24, |
| + "whitelistschemes": "about chrome file irc moz-safe-about news resource snews x-jsd addbook cid imap mailbox nntp pop data javascript moz-icon", |
| + "subscriptions_autoupdate": true, |
| + "subscriptions_listurl": "https://adblockplus.org/subscriptions2.xml", |
| + "subscriptions_fallbackurl": "https://adblockplus.org/getSubscription?version=%VERSION%&url=%SUBSCRIPTION%&downloadURL=%URL%&error=%ERROR%&channelStatus=%CHANNELSTATUS%&responseStatus=%RESPONSESTATUS%", |
| + "subscriptions_fallbackerrors": 5, |
| + "subscriptions_exceptionsurl": "https://easylist-downloads.adblockplus.org/exceptionrules.txt", |
| + "subscriptions_exceptionscheckbox": true, |
| + "documentation_link": "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%", |
| + "savestats": true, |
| + "composer_default": 2, |
| + "clearStatsOnHistoryPurge": true, |
| + "report_submiturl": "https://reports.adblockplus.org/submitReport?version=1&guid=%GUID%&lang=%LANG%", |
| + "recentReports": [], |
| + "hideContributeButton": false, |
| + "blockableItemsSize": {"width": 200, "height": 200}, |
| + "notificationurl": "https://notification.adblockplus.org/notification.json", |
| + "notificationdata": {}, |
| + "subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt", |
| + "please_kill_startup_performance": false, |
| + "suppress_first_run_page": false |
| + } |
| +} |