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