Skip to content

Commit

Permalink
add addition media
Browse files Browse the repository at this point in the history
  • Loading branch information
nqbao committed Dec 29, 2009
1 parent ea3f324 commit 6f0e31b
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 4 deletions.
376 changes: 376 additions & 0 deletions icon.pdn

Large diffs are not rendered by default.

Binary file added 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 icon32.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 icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "Sniff",
"version": "0.1",
"description": "List frameworks used on viewing website.",
"name": "Chrome Sniffer",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"version": "0.1.1",
"description": "Detect web frameworks and javascript libraries run on browsing website.",
"background_page": "background.html",
"page_action": {
"default_icon": "icon.png",
"default_title": "Click here to detect frameworks.",
"default_title": "Click for more details.",
"popup": "popup.html"
},
"content_scripts": [{
Expand Down
Binary file added screenshot/shot1.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 screenshot/shot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f0e31b

Please sign in to comment.