| 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
|
| index 20f715b96a5cef0e21c0bb5d792d456f8b2c87d3..773344e1a4bfed5130ba4abbb363adc1587f49e5 100644
|
| --- a/chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json
|
| +++ b/chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json
|
| @@ -2,11 +2,17 @@
|
| "update_url": "https://clients2.google.com/service/update2/crx",
|
|
|
| "name": "Content Verification ./ paths Test",
|
| - "version": "0.8",
|
| + "version": "0.9",
|
| "manifest_version": 2,
|
| "background": {
|
| "scripts": ["./background.js"]
|
| },
|
| + "content_scripts": [
|
| + {
|
| + "matches": ["*://*.chromium.org/*"],
|
| + "js": ["./cs1.js", "/cs2.js"]
|
| + }
|
| + ],
|
| "icons": {
|
| "128": "./icon.png",
|
| "64": "/icon2.png",
|
|
|