Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Side by Side Diff: chrome/test/data/extensions/context_menus/icons/manifest.json

Issue 2576833002: Make some updates to extension iconography. (Closed)
Patch Set: add test Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Context Menus Sample",
3 "description": "Shows some of the features of the Context Menus API",
4 "version": "0.6",
5 "permissions": ["contextMenus"],
6 "background": {
7 "scripts": ["sample.js"]
8 },
9 "icons": {
10 "16": "16.png",
11 "24": "24.png",
12 "32": "32.png"
13 },
14 "manifest_version": 2
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698