Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search engine choice #1

Merged
merged 5 commits into from Oct 15, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

Fixing typos

  • Loading branch information
chrmod committed Oct 15, 2020
commit ecd8ad6a866dad22a06c802a6ada6d16c28f5ce0
File renamed without changes.
@@ -1,6 +1,6 @@
async function onboarding() {
const { isOnboardingCompleted } = await browser.storage.local.get("isOnboardingCompleted");
if (!isOnboardingCompleted) {
if (isOnboardingCompleted) {
await browser.tabs.create({
url: browser.extension.getURL('pages/choice-screen.html'),
});
@@ -1,6 +1,6 @@
[{
"namespace": "ghostery",
"description": "API giving overring various low level functionalities",
"description": "API to change the default search engine",
"functions": [
{
"name": "setDefaultSearchEngine",
@@ -135,7 +135,7 @@ <h2>Pick a default search engine for all your searches.</h2>
<img class="radio-on" src="../assets/radio-on.png" />
</div>
<div class="engine-description">
<img class="engine-logo" src="../assets/GhoserySearch.svg" />
<img class="engine-logo" src="../assets/GhosterySearch.svg" />
<span>Ad-free private search</span>
<span>(Recommended)</span>
</div>
ProTip! Use n and p to navigate between commits in a pull request.