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

Side by Side Diff: chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json

Issue 360039: Fix bug where we were not displaying icons in the management (Closed)
Patch Set: update test data Created 11 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
1 { 1 {
2 "id": "bjafgdebaacbbbecmhlhpofkepfkgcpa", 2 "id": "bjafgdebaacbbbecmhlhpofkepfkgcpa",
3 "version": "1.0", 3 "version": "1.0",
4 "name": "My extension 3", 4 "name": "My extension 3",
5 "enabled": true, 5 "enabled": true,
6 "description": "", 6 "description": "",
7 "permissions": [], 7 "permissions": [],
8 "icon": "",
9 "order": 2, 8 "order": 2,
10 "content_scripts": [ 9 "content_scripts": [
11 { 10 {
12 "matches": ["file://*"], 11 "matches": ["file://*"],
13 "js": ["page.js"] 12 "js": ["page.js"]
14 } 13 }
15 ], 14 ],
16 "views": [] 15 "views": []
17 } 16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698