Integrate icons in addons

This commit is contained in:
2015-01-29 21:19:29 +01:00
parent 6a86ab989c
commit 423799bfd7
5 changed files with 12 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ chrome.runtime.onMessage.addListener(
type: "basic",
title : "gPass",
message : request.options.message,
iconUrl:chrome.extension.getURL("gpass_icon.png")
iconUrl:chrome.extension.getURL("gpass_icon_64.png")
};
chrome.notifications.create("gPass", options, function(){});

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -4,7 +4,10 @@
"name": "gpass",
"version": "0.6",
"description": "gPass : global password manager",
"icons" : {"16":"gpass_icon_16.png", "32":"gpass_icon_32.png", "64":"gpass_icon_64.png", "128":"gpass_icon_128.png"},
"author" : "Grégory Soutadé",
"homepage_url" : "http://indefero.soutade.fr/p/gpass",
"content_scripts": [
{
"matches": ["https://*/*", "http://*/*"],