diff --git a/packages/bsp/common/usr/lib/chromium-browser/master_preferences b/packages/bsp/common/usr/lib/chromium-browser/master_preferences new file mode 120000 index 000000000..123ba4141 --- /dev/null +++ b/packages/bsp/common/usr/lib/chromium-browser/master_preferences @@ -0,0 +1 @@ +../../share/chromium/master_preferences \ No newline at end of file diff --git a/packages/bsp/common/usr/share/chromium/initial_bookmarks.html b/packages/bsp/common/usr/share/chromium/initial_bookmarks.html new file mode 100644 index 000000000..3a976a4ec --- /dev/null +++ b/packages/bsp/common/usr/share/chromium/initial_bookmarks.html @@ -0,0 +1,12 @@ + + +Bookmarks +

Bookmarks

+

+

Bookmarks Bar

+

+

Armbian +
Support +
News +

+

diff --git a/packages/bsp/common/usr/share/chromium/master_preferences b/packages/bsp/common/usr/share/chromium/master_preferences new file mode 100644 index 000000000..9e2eef830 --- /dev/null +++ b/packages/bsp/common/usr/share/chromium/master_preferences @@ -0,0 +1,32 @@ +{ + "distribution": { + "import_bookmarks": false, + "import_bookmarks_from_file": "/usr/share/chromium/initial_bookmarks.html", + "skip_first_run_ui": true, + "show_welcome_page": false, + "suppress_first_run_default_browser_prompt": true, + "suppress_first_run_bubble": true, + "make_chrome_default": false, + "make_chrome_default_for_user": false, + "create_all_shortcuts": true, + "show_welcome_page": false + }, + "first_run_tabs": [ + "https://www.armbian.com/donate" + ], + "browser": { + "show_home_button": true, + "check_default_browser" : false + }, + "bookmark_bar": { + "show_on_all_tabs": true + }, + "safebrowsing": { + "enabled": false + }, + "alternate_error_pages": { + "enabled": false + }, + "homepage": "https://www.armbian.com", + "AudioCaptureAllowed" : false +}