Skip to content

Commit

Permalink
Merge pull request #15 from richardfrost/dev
Browse files Browse the repository at this point in the history
Update icons
  • Loading branch information
richardfrost committed Sep 24, 2015
2 parents 804ec69 + 4420933 commit 85cd702
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4 deletions.
Binary file removed icon.png
Binary file not shown.
Binary file removed icon_small.png
Binary file not shown.
Binary file added icons/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/icon19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/icon38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "Advanced Profanity Filter",
"short_name": "Profanity Filter",
"author": "phr0styr",
"author": "phermium",
"manifest_version": 2,
"version": "0.9.2",
"version": "0.9.3",
"description": "An advanced profanity filter.",
"icons": { "128": "icon.png" },
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"tabs",
"storage"
Expand All @@ -20,7 +24,8 @@
},
"browser_action": {
"default_icon": {
"38": "icon_small.png"
"19": "icons/icon19.png",
"38": "icons/icon38.png"
},
"default_title": "Advanced Profanity Filter"
},
Expand Down

0 comments on commit 85cd702

Please sign in to comment.