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

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

Issue 10828172: Allow platform apps to respond to Web Intents (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: about to submit Created 8 years, 3 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
OLDNEW
(Empty)
1 {
2 "name": "Platform App Launch/Reply Test",
3 "version": "1",
4 "manifest_version": 2,
5 "intents": {
6 "http://webintents.org/view": {
7 "type": [
8 "text/*"
9 ],
10 "title": "Test editor"
11 }
12 },
13 "app": {
14 "background": {
15 "scripts": ["test.js"]
16 }
17 }
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698