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

Unified Diff: chrome/test/data/extensions/simple_with_icon/manifest.json

Issue 2924383003: [MD Bookmarks] Enable by default. (Closed)
Patch Set: address comments Created 3 years, 6 months 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
« no previous file with comments | « chrome/test/data/extensions/override_component_extension/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/simple_with_icon/manifest.json
diff --git a/chrome/test/data/extensions/simple_with_icon/manifest.json b/chrome/test/data/extensions/simple_with_icon/manifest.json
index 659404ac3e460fc1256be2ebc2c5de39030008c6..737b03bd23ae15dcc9965eb2036c559a46b1638c 100644
--- a/chrome/test/data/extensions/simple_with_icon/manifest.json
+++ b/chrome/test/data/extensions/simple_with_icon/manifest.json
@@ -1,5 +1,6 @@
{
"name": "Simple Extension with icon",
"version": "0.1",
- "icons": { "128": "icon.png" }
+ "icons": { "128": "icon.png" },
+ "manifest_version": 2
}
« no previous file with comments | « chrome/test/data/extensions/override_component_extension/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698