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

Side by Side Diff: chrome/test/data/extensions/page_action/page_action_manifest_version_2b.json

Issue 12042096: Move page action manifest parsing out of Extension; the first multi-key manifest handler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "manifest_version": 2, 2 "manifest_version": 2,
3 "name": "my extension", 3 "name": "my extension",
4 "version": "1.0.0.0", 4 "version": "1.0.0.0",
5 "description": "The page_action.popup value cannot be an object in manifest_ve rsion 2.", 5 "description": "The page_action.popup value cannot be an object in manifest_ve rsion 2.",
6 "page_action": { 6 "page_action": {
7 "default_popup": { 7 "default_popup": {
8 } 8 }
9 } 9 }
10 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698