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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "update_url": "https://clients2.google.com/service/update2/crx",
3
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 }
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698