Index: chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json |
diff --git a/chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json b/chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..20f715b96a5cef0e21c0bb5d792d456f8b2c87d3 |
--- /dev/null |
+++ b/chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json |
@@ -0,0 +1,19 @@ |
+{ |
+"update_url": "https://clients2.google.com/service/update2/crx", |
+ |
+ "name": "Content Verification ./ paths Test", |
+ "version": "0.8", |
+ "manifest_version": 2, |
+ "background": { |
+ "scripts": ["./background.js"] |
+ }, |
+ "icons": { |
+ "128": "./icon.png", |
+ "64": "/icon2.png", |
+ "32": "img/test/icon4.png", |
+ "16": "./img/test/icon5.png" |
+ }, |
+ "browser_action": { |
+ "default_icon": "./icon3.png" |
+ } |
+} |