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

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

Issue 12223086: Update app runtime custom bindings to handle no WebIntents launch data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More stuff removed 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 "name": "Platform App Launch/Reply Test",
3 "version": "1",
4 "file_handlers": {
5 "text": {
6 "types": [
7 "text/*"
8 ],
9 "title": "Test editor"
10 }
11 },
12 "app": {
13 "background": {
14 "scripts": ["test.js"]
15 }
16 }
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698