Integrate icons in addons
This commit is contained in:
		| @@ -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 | 
| @@ -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://*/*"], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user