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

Favicon update + cleanup #46

Merged
merged 2 commits into from Feb 2, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

Favicon update

  • Loading branch information
chrmod committed Feb 2, 2021
commit 3c2697684efaeefc967337d1ad0225a7e93a44e2
BIN +5.3 KB src/favicon.ico
Binary file not shown.
@@ -67,18 +67,17 @@
"http://localhost/*"
],
"icons": {
"48": "icon.svg",
"96": "icon.svg"
"16": "favicon.ico"
},
"web_accessible_resources": [
"icon.svg"
"favicon.ico"
],
"chrome_settings_overrides" : {
"search_provider": {
"name": "Ghostery Glow",
"search_url": "https://glowstery.com/search?q={searchTerms}",
"keyword": "@ghostery",
"favicon_url": "https://glowstery.com/img/favicon-32x32.png",
"favicon_url": "https://glowstery.com/favicon.ico",
"is_default": true,
"suggest_url": "https://glowstery.com/suggest",
"suggest_url_get_params": "q={searchTerms}"
ProTip! Use n and p to navigate between commits in a pull request.