Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / content_verifier / dot_slash_paths / manifest.json
blob773344e1a4bfed5130ba4abbb363adc1587f49e5
2 "update_url": "https://clients2.google.com/service/update2/crx",
4   "name": "Content Verification ./ paths Test",
5   "version": "0.9",
6   "manifest_version": 2,
7   "background": {
8     "scripts": ["./background.js"]
9   },
10   "content_scripts": [
11     {
12       "matches": ["*://*.chromium.org/*"],
13       "js": ["./cs1.js", "/cs2.js"]
14     }
15   ],
16   "icons": {
17     "128": "./icon.png",
18     "64": "/icon2.png",
19     "32": "img/test/icon4.png",
20     "16": "./img/test/icon5.png"
21   },
22   "browser_action": {
23     "default_icon": "./icon3.png"
24   }