Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4391)

Unified Diff: chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json

Issue 647193005: Merge codereview.chromium.org/630243002 onto 2171 branch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/2171
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698