Skip to content

Commit

Permalink
Added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
brymck committed Jun 23, 2011
1 parent 41b63b0 commit 66c3791
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1 deletion.
Binary file added icon/icon.psd
Binary file not shown.
Binary file added src/img/icon_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/icon_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/icon_48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion src/manifest.json
Expand Up @@ -2,10 +2,15 @@
"name": "vim_ratings", "name": "vim_ratings",
"version": "0.5", "version": "0.5",
"description": "Show additional rating metrics for vim plugins at vim.org", "description": "Show additional rating metrics for vim plugins at vim.org",
"icons": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"content_scripts": [ "content_scripts": [
{ {
"matches": ["http://www.vim.org/*"], "matches": ["http://www.vim.org/*"],
"js": ["jquery-1.6.1.min.js", "content.js"] "js": ["js/jquery-1.6.1.min.js", "js/content.js"]
} }
] ]
} }

0 comments on commit 66c3791

Please sign in to comment.