Index: chrome/test/data/extensions/background_xhr/manifest.json |
diff --git a/chrome/test/data/extensions/background_xhr/manifest.json b/chrome/test/data/extensions/background_xhr/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..70285c62c9a40cce583261c9e030aff5c83c4825 |
--- /dev/null |
+++ b/chrome/test/data/extensions/background_xhr/manifest.json |
@@ -0,0 +1,9 @@ |
+{ |
+ "name": "Extension tests which issue XHRs from the background page.", |
+ "version": "1.0", |
+ "manifest_version": 2, |
+ "background": { |
+ "scripts": ["background.js"] |
+ }, |
+ "permissions": ["webRequest", "<all_urls>"] |
+} |