Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: manifest.json

Issue 29352684: Issue 4412 - Add 20px and 40px icons to Adblock Plus for Edge (Closed)
Patch Set: Created Sept. 12, 2016, 1:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/adblockplus.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifest.json
===================================================================
--- a/manifest.json
+++ b/manifest.json
@@ -7,7 +7,9 @@
"browser_action": {
"default_icon": {
"19": "icons/abp-19.png",
- "38": "icons/abp-38.png"
+ "20": "icons/abp-20.png",
+ "38": "icons/abp-38.png",
+ "40": "icons/abp-40.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_name__"
« no previous file with comments | « lib/adblockplus.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld