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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/context_menus/icons/manifest.json
diff --git a/chrome/test/data/extensions/context_menus/icons/manifest.json b/chrome/test/data/extensions/context_menus/icons/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..4759a52760dd67c6e803171b6689438ff5434d7a
--- /dev/null
+++ b/chrome/test/data/extensions/context_menus/icons/manifest.json
@@ -0,0 +1,15 @@
+{
+ "name": "Context Menus Sample",
+ "description": "Shows some of the features of the Context Menus API",
+ "version": "0.6",
+ "permissions": ["contextMenus"],
+ "background": {
+ "scripts": ["sample.js"]
+ },
+ "icons": {
+ "16": "16.png",
+ "24": "24.png",
+ "32": "32.png"
+ },
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698