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,8 @@ |
+{ |
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAv7LaUkPmrLmT9bbz0Zz6u7+FGmGo9xUfGlNEy4krUinwAIugLc+WqU/wQqhTsS26fgsnKk6WbsabcMtq8pDhanJgygcsXrs9nG1B2FO3VhEKRqCs+zrpl7vm6AzBMW1sHGCDkisSZt99QXoHjd99UzeJMnRVISMSxoG+B1I2EQIDAQAB", |
+ "name": "command_line/basics", |
+ "version": "0.1", |
+ "manifest_version": 2, |
+ "background": { "scripts": ["test.js"] }, |
+ "permissions": ["commandLinePrivate"] |
+} |
Property changes on: chrome/test/data/extensions/api_test/command_line/basics/manifest.json |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |