android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / content_verifier / dot_slash_paths / manifest.json
blob20f715b96a5cef0e21c0bb5d792d456f8b2c87d3
2 "update_url": "https://clients2.google.com/service/update2/crx",
4   "name": "Content Verification ./ paths Test",
5   "version": "0.8",
6   "manifest_version": 2,
7   "background": {
8     "scripts": ["./background.js"]
9   },
10   "icons": {
11     "128": "./icon.png",
12     "64": "/icon2.png",
13     "32": "img/test/icon4.png",
14     "16": "./img/test/icon5.png"
15   },
16   "browser_action": {
17     "default_icon": "./icon3.png"
18   }