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

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

Issue 151883005: Revert 248271 "Add a minimum required version to the webapp mani..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1817/src/
Patch Set: Created 6 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 | « remoting/webapp/host_native_messaging.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
1 { 1 {
2 MANIFEST_KEY_FOR_UNOFFICIAL_BUILD 2 MANIFEST_KEY_FOR_UNOFFICIAL_BUILD
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",
9 "app": { 8 "app": {
10 "launch": { 9 "launch": {
11 "local_path": "main.html" 10 "local_path": "main.html"
12 } 11 }
13 }, 12 },
14 "icons": { 13 "icons": {
15 "128": "chromoting128.webp", 14 "128": "chromoting128.webp",
16 "48": "chromoting48.webp", 15 "48": "chromoting48.webp",
17 "16": "chromoting16.webp" 16 "16": "chromoting16.webp"
18 }, 17 },
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 { "path": "libremoting_host_plugin.ia32.so", "public": false }, 49 { "path": "libremoting_host_plugin.ia32.so", "public": false },
51 { "path": "libremoting_host_plugin.x64.so", "public": false }, 50 { "path": "libremoting_host_plugin.x64.so", "public": false },
52 { "path": "remoting_host_plugin.plugin", "public": false } 51 { "path": "remoting_host_plugin.plugin", "public": false }
53 ], 52 ],
54 "requirements": { 53 "requirements": {
55 "plugins": { 54 "plugins": {
56 "npapi": false 55 "npapi": false
57 } 56 }
58 } 57 }
59 } 58 }
OLDNEW
« no previous file with comments | « remoting/webapp/host_native_messaging.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698