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

Side by Side Diff: chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2.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
(Empty)
1 {
2 "manifest_version": 2,
3 "name": "my extension",
4 "version": "1.0.0.0",
5 "description": "All these page action sub-features are removed in manifest ver sion 2",
6 "page_action": {
7 "id": "id",
8 "icons": [
9 "pageAction.png"
10 ],
11 "name": "name",
12 "popup": "popup.html"
13 }
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698