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

Side by Side Diff: chrome/browser/resources/quick_office/manifest_editor.json

Issue 62303002: Update the Quickoffice manifests with 32.93.1611.7 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « no previous file | chrome/browser/resources/quick_office/manifest_viewing.json » ('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 "background": { 2 "background": {
3 "persistent": false, 3 "persistent": false,
4 "scripts": [ 4 "scripts": [
5 "scripts/background/register.js", 5 "scripts/background/register.js",
6 "scripts/configs/experimentalFeatures.js" 6 "scripts/configs/experimentalFeatures.js"
7 ] 7 ]
8 }, 8 },
9 "content_security_policy": "default-src 'self'; connect-src https://www.google -analytics.com/ blob: chrome-extension:; style-src 'self' 'unsafe-inline' chrome -extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'", 9 "content_security_policy": "default-src 'self'; connect-src https://www.google -analytics.com/ blob: chrome-extension:; style-src 'self' 'unsafe-inline' chrome -extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'",
10 "default_locale": "en", 10 "default_locale": "en",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 }, 76 },
77 { 77 {
78 "nacl_arch": "x86-64", 78 "nacl_arch": "x86-64",
79 "sub_package_path": "_platform_specific/x86_64/" 79 "sub_package_path": "_platform_specific/x86_64/"
80 }, 80 },
81 { 81 {
82 "nacl_arch": "arm", 82 "nacl_arch": "arm",
83 "sub_package_path": "_platform_specific/arm/" 83 "sub_package_path": "_platform_specific/arm/"
84 } 84 }
85 ], 85 ],
86 "version": "32.92.1530.4", 86 "version": "32.93.1611.7",
87 "web_accessible_resources": [ 87 "web_accessible_resources": [
88 "views/qowt.html" 88 "views/qowt.html"
89 ] 89 ]
90 } 90 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/quick_office/manifest_viewing.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698