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

Side by Side Diff: chrome/test/data/extensions/js_injection_background/manifest.json

Issue 8784009: Update more extension manifests to manifest_version 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/test/data/extensions/js_injection_background/bg.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "js_injection_background", 2 "name": "js_injection_background",
3 "description": "Tests JS injection into an extension's background page. 3 "description": "Tests JS injection into an extension's background page.
4 The name of a DOM node in the background page is returned and verified.", 4 The name of a DOM node in the background page is returned and verified.",
5 "version": "0.1", 5 "version": "0.1",
6 "manifest_version": 2,
6 "background_page": "bg.html", 7 "background_page": "bg.html",
7 "browser_action": { 8 "browser_action": {
8 "default_title": "Browser Action" 9 "default_title": "Browser Action"
9 } 10 }
10 } 11 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/js_injection_background/bg.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698