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

Unified Diff: chrome/test/data/extensions/api_test/command_line/basics/manifest.json

Issue 14027005: Implement Command Line Private extension API (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 8 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
Index: chrome/test/data/extensions/api_test/command_line/basics/manifest.json
===================================================================
--- chrome/test/data/extensions/api_test/command_line/basics/manifest.json (revision 0)
+++ chrome/test/data/extensions/api_test/command_line/basics/manifest.json (revision 0)
@@ -0,0 +1,6 @@
+{
+ "name": "command_line/basics",
+ "version": "0.1",
+ "manifest_version": 2,
+ "background": { "scripts": ["test.js"] }
+}
Property changes on: chrome/test/data/extensions/api_test/command_line/basics/manifest.json
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698