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

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

Issue 10834383: Chrome OS "open with" picker allowing Web Intents (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: tbarzic comments 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
« no previous file with comments | « chrome/test/data/extensions/api_test/webintent_handler/background.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
(Empty)
1 {
2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80 Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cW eRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==",
3 "name": "ChromeOS Web Intent handler extension",
4 "version": "0.1",
5 "manifest_version": 2,
6 "description": "Tests of chrome.fileSystem.* methods for handling Web Intents" ,
7 "app": {
8 "background": {
9 "scripts": ["background.js"]
10 }
11 },
12 "intents": {
13 "http://webintents.org/view": [{
14 "title": "View xul action",
15 "type": ["application/vnd.mozilla.xul+xml"]
16 }]
17 },
18 "permissions": [
19 "experimental",
20 "fileSystem",
21 "unlimitedStorage"
22 ]
23 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/webintent_handler/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698