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

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

Issue 23702041: Updated Quickoffice component extension manifests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@histograms
Patch Set: Created 7 years, 3 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 | « 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 blob: chrome-exten sion:; 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 blob: chrome-exten sion:; 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 }, 71 },
72 { 72 {
73 "nacl_arch": "x86-64", 73 "nacl_arch": "x86-64",
74 "sub_package_path": "_platform_specific/x86_64/" 74 "sub_package_path": "_platform_specific/x86_64/"
75 }, 75 },
76 { 76 {
77 "nacl_arch": "arm", 77 "nacl_arch": "arm",
78 "sub_package_path": "_platform_specific/arm/" 78 "sub_package_path": "_platform_specific/arm/"
79 } 79 }
80 ], 80 ],
81 "version": "3.0.5.2", 81 "version": "31.89.1319.0",
82 "web_accessible_resources": [ 82 "web_accessible_resources": [
83 "views/qowt.html" 83 "views/qowt.html"
84 ] 84 ]
85 } 85 }
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