Skip to content

Commit

Permalink
moved images back to main directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcoles committed Nov 7, 2012
1 parent b74539e commit 05554f5
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions manifest.json
Expand Up @@ -4,7 +4,7 @@
"manifest_version": 2,
"description": "Screen capture your current page in entirety and reliably!",
"browser_action": {
"default_icon": "img/icon.png",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [{
Expand All @@ -14,8 +14,8 @@
}],
"permissions": [ "tabs", "http://*/*", "https://*/*", "notifications" ],
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 05554f5

Please sign in to comment.