Symbaloo Extension for setting Symbaloo as the Homepage in your FireFox Browser.
With Symbaloo you surf with one click to all of your favorite websites.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_homepageAndSearchExtensionName__",
"description": "__MSG_homepageAndSearchExtensionDescription__",
"version": "1.0.4",
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "{c0674718-842b-4d4c-83f2-0627b7098f12}",
"strict_min_version": "109.0"
}
},
"icons": {
"128": "images/logo128.png"
},
"chrome_settings_overrides": {
"homepage": "https://www.symbaloo.com"
},
"chrome_url_overrides": {
"newtab": "searchPage.html"
},
"host_permissions": [
"https://www.symbaloo.com/"
]
}