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

Side by Side Diff: chrome/browser/resources/chromeos/offers/manifest.json

Issue 10086011: [Chrome OS ECHO]: Rename API and method names (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address tbarzic's comments Created 8 years, 8 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/browser/resources/chromeos/offers/OWNERS ('k') | chrome/chrome_browser.gypi » ('j') | 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 // chrome-extension://dfgpjpjbeeflfdhdpabeeeheghdmeigc
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCzzB6c4Z0cusW6trA/issIOyMaxXtPfM YQclO0Dg5rOrS8SZLOAio0G4TpYDvY8z/BPdAH3a1BOSeetey8tBSdcIhOoYpqN3i9yIFuZVwHuOt83A WnJrxinVUpY05HtTblopGvGtQNlCR5crMdG+uc2yI3NlPOFZVDrFXtOv/LXQIDAQAB",
4 "name": "Chrome OS ECHO Extension",
5 "version": "0.0.2",
6 "description": "Chrome OS ECHO Extension",
7 // TODO(gauravsh): Move to manifest version 2, get rid of https://www-googleap is-test.sandbox.google.com once
8 // production service is up and running. crosbug.com/28353
9 "manifest_version": 1,
10 "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval ' https://apis.google.com; frame-src 'self' https://www.googleapis.com https://w ww-googleapis-test.sandbox.google.com; object-src 'self'",
11 "permissions": [
12 "cookies",
13 "offersPrivate",
14 "https://*/*"
15 ],
16 "web_accessible_resources": [
17 "main.html",
18 "main.js"
19 ],
20 "intents": {
21 "https://crosoffers.com/startEcho": [{
22 "type" : ["application/vnd.chromeos.echo"],
23 "title" : "Initiate Chrome OS ECHO",
24 "path" : "main.html",
25 "disposition" : "inline"
26 }]
27 }
28 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/offers/OWNERS ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698