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

Side by Side Diff: remoting/webapp/crd/manifest.json.jinja2

Issue 2671103002: Implement host settings migration. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « remoting/webapp/crd/js/options_export.js ('k') | remoting/webapp/files.gni » ('j') | 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": "{{ MANIFEST_KEY }}", 2 "key": "{{ MANIFEST_KEY }}",
3 "name": "__MSG_PRODUCT_NAME__", 3 "name": "__MSG_PRODUCT_NAME__",
4 "version": "{{ FULL_APP_VERSION }}", 4 "version": "{{ FULL_APP_VERSION }}",
5 "description": "__MSG_PRODUCT_DESCRIPTION__", 5 "description": "__MSG_PRODUCT_DESCRIPTION__",
6 "manifest_version": 2, 6 "manifest_version": 2,
7 "default_locale": "en", 7 "default_locale": "en",
8 "minimum_chrome_version": "32", 8 "minimum_chrome_version": "32",
9 "app": { 9 "app": {
10 "background": { 10 "background": {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "udp-multicast-membership", 61 "udp-multicast-membership",
62 "resolve-host", 62 "resolve-host",
63 "network-state" 63 "network-state"
64 ] 64 ]
65 } 65 }
66 ], 66 ],
67 "sockets": { 67 "sockets": {
68 "tcp": { 68 "tcp": {
69 "connect": "{{ XMPP_SERVER }}" 69 "connect": "{{ XMPP_SERVER }}"
70 } 70 }
71 },
72 "externally_connectable": {
73 "matches": [
74 ]
71 } 75 }
72 } 76 }
OLDNEW
« no previous file with comments | « remoting/webapp/crd/js/options_export.js ('k') | remoting/webapp/files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698