Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Icon, images, how to install
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcarrico committed Nov 17, 2016
1 parent d172afb commit d6ac030
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ In comes the Clickbait Blocker, a Chrome browser extension to help you weed thro

## Installation

TODO: How to install this exension into your browser.
For regular usage, the extension can be [installed in the Chrome Web Store](https://chrome.google.com/webstore/detail/bdaceojfpjpfnilmonmgohmpjokabjec/). Regular updates will be made to the extension there.


## Configuration
Expand Down
Binary file added src/img/logo_128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/logo_16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/logo_48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/manifest.json
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Clickbait Blocker",
"description": "Automatically block sites known for being click-baity, and allow custom settings to add or remove sites from those lists.",
"version": "0.1",
"version": "0.0.2",
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
Expand All @@ -13,6 +13,11 @@
"permissions": [
"storage"
],
"icons": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"options_ui": {
"page": "pages/options.html",
"chrome_style": true,
Expand Down

0 comments on commit d6ac030

Please sign in to comment.