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

Side by Side Diff: chrome/browser/resources/cloud_print_app/manifest.json

Issue 12223111: Revert 178168 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | 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 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDqOhnwk4+HXVfGyaNsAQdU/js1Na56di W08oF1MhZiwzSnJsEaeuMN9od9q9N4ZdK3o1xXOSARrYdE+syV7Dl31nf6qz3A6K+D5NHe6sSB9yvYlI iN37jdWdrfxxE0pRYEVYZNTe3bzq3NkcYJlOdt1UPcpJB+isXpAGUKUvt7EQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDqOhnwk4+HXVfGyaNsAQdU/js1Na56di W08oF1MhZiwzSnJsEaeuMN9od9q9N4ZdK3o1xXOSARrYdE+syV7Dl31nf6qz3A6K+D5NHe6sSB9yvYlI iN37jdWdrfxxE0pRYEVYZNTe3bzq3NkcYJlOdt1UPcpJB+isXpAGUKUvt7EQIDAQAB",
3 "name": "Cloud Print", 3 "name": "Cloud Print",
4 "version": "0.1", 4 "version": "0.1",
5 "description": "Cloud Print", 5 "description": "Cloud Print",
6 "icons": { 6 "icons": {
7 }, 7 },
8 "app": { 8 "app": {
9 "launch": { 9 "launch": {
10 "web_url": "https://www.google.com/cloudprint" 10 "web_url": "https://www.google.com/cloudprint"
11 }, 11 },
12 "urls": [ 12 "urls": [
13 "https://www.google.com/cloudprint",
13 "https://www.google.com/cloudprint/enable_chrome_connector" 14 "https://www.google.com/cloudprint/enable_chrome_connector"
14 ] 15 ]
15 }, 16 },
16 "permissions": [ 17 "permissions": [
17 "cloudPrintPrivate" 18 "cloudPrintPrivate"
18 ], 19 ],
19 "display_in_launcher": false 20 "display_in_launcher": false
20 } 21 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698