OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |