Skip to content

Commit

Permalink
Adding support for icons.
Browse files Browse the repository at this point in the history
Change-Id: I3177794601f83fd5aab528825ba683acd0c94d97
  • Loading branch information
vasanthap committed Sep 1, 2015
1 parent 6fef847 commit fe6057c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
Binary file added EME_logo_128.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 EME_logo_22.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 EME_logo_32.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 EME_logo_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "EME Call and Event Logger",
"short_name": "EME Logger",
"version": "1.4",
"version": "1.5",
"manifest_version": 2,
"description": "Logs all Encrypted Media Extensions (EME) method calls and events.",
"content_scripts": [{
"matches": ["http://*/*", "https://*/*", "file://*"],
"js": ["content_script.js"],
"run_at": "document_start"
}],
"icons": {
"22": "EME_logo_22.png",
"32": "EME_logo_32.png",
"48": "EME_logo_48.png",
"128": "EME_logo_128.png"
},
"background" : {
"scripts": ["log_constructor.js"]
},
Expand Down

0 comments on commit fe6057c

Please sign in to comment.