Index: chrome/test/data/extensions/api_test/crazy_extension/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/crazy_extension/manifest.json b/chrome/test/data/extensions/api_test/crazy_extension/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4f49d6837f791e992b8709c24218032379da8b1a |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/crazy_extension/manifest.json |
@@ -0,0 +1,7 @@ |
+{ |
+ "name": "Crazy extension", |
+ "description": "Extension that does crazy things. Meaningful results usually just mean a lack of crashing.", |
+ "version": "1.0", |
+ "manifest_version": 2, |
+ "background": {"scripts": ["background.js"]} |
+} |