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

Side by Side Diff: chrome/browser/resources/quick_office/manifest_viewing.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 | « chrome/browser/resources/quick_office/manifest_editor.json ('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 "background": { 2 "background": {
3 "persistent": false, 3 "persistent": false,
4 "scripts": [ 4 "scripts": [
5 "scripts/background/register.js" 5 "scripts/background/register.js"
6 ] 6 ]
7 }, 7 },
8 "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'", 8 "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 "default_locale": "en", 9 "default_locale": "en",
10 "description": "Chrome Office Viewer (Beta)", 10 "description": "Chrome Office Viewer (Beta)",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 }, 75 },
76 { 76 {
77 "nacl_arch": "x86-64", 77 "nacl_arch": "x86-64",
78 "sub_package_path": "_platform_specific/x86_64/" 78 "sub_package_path": "_platform_specific/x86_64/"
79 }, 79 },
80 { 80 {
81 "nacl_arch": "arm", 81 "nacl_arch": "arm",
82 "sub_package_path": "_platform_specific/arm/" 82 "sub_package_path": "_platform_specific/arm/"
83 } 83 }
84 ], 84 ],
85 "version": "32.92.1530.4", 85 "version": "32.93.1611.7",
86 "web_accessible_resources": [ 86 "web_accessible_resources": [
87 "views/qowt.html" 87 "views/qowt.html"
88 ] 88 ]
89 } 89 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/quick_office/manifest_editor.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698