Index: tools/telemetry/unittest_data/simple_extension/manifest.json |
=================================================================== |
--- tools/telemetry/unittest_data/simple_extension/manifest.json (revision 0) |
+++ tools/telemetry/unittest_data/simple_extension/manifest.json (revision 0) |
@@ -0,0 +1,9 @@ |
+{ |
+ "description": "Simple test extension which has just a background script", |
+ "name": "Simple Telemetry Test Extension", |
+ "background": { |
+ "scripts": ["background.js"] |
+ }, |
+ "manifest_version": 2, |
+ "version": "0.1" |
+} |
Property changes on: tools/telemetry/unittest_data/simple_extension/manifest.json |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |