Index: chrome/browser/resources/default_apps/external_extensions.json |
=================================================================== |
--- chrome/browser/resources/default_apps/external_extensions.json (revision 0) |
+++ chrome/browser/resources/default_apps/external_extensions.json (revision 0) |
@@ -0,0 +1,14 @@ |
+// Dictionary of default apps to install into new profiles. Each entry maps |
+// the extension's id to its crx's path (relative to this file) and the version |
+// of the extension contained in the crx. |
+{ |
+ "blpcfgokakmgnkcojhhkbfbldkacnbeo" : { |
+ "external_crx": "youtube.crx", |
+ "external_version": "4.2" |
+ }, |
+ "pjkljhegncpnkpknbcohdijeoejaedia" : { |
+ "external_crx": "gmail.crx", |
+ "external_version": "6.1.3" |
+ } |
+} |
+ |
Property changes on: chrome\browser\resources\default_apps\external_extensions.json |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |