| Index: chrome/browser/resources/quick_office/manifest_experimental.json
|
| diff --git a/chrome/browser/resources/quick_office/manifest_editor.json b/chrome/browser/resources/quick_office/manifest_experimental.json
|
| similarity index 84%
|
| rename from chrome/browser/resources/quick_office/manifest_editor.json
|
| rename to chrome/browser/resources/quick_office/manifest_experimental.json
|
| index 47ef6607f4f60b23afef0b878092c5d7a4885224..4763c14cf4b1cae2ead6f24e619da18952223075 100644
|
| --- a/chrome/browser/resources/quick_office/manifest_editor.json
|
| +++ b/chrome/browser/resources/quick_office/manifest_experimental.json
|
| @@ -1,9 +1,10 @@
|
| {
|
| - "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9IcbJEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB",
|
| -
|
| "background": {
|
| "persistent": false,
|
| - "page": "views/background/backgroundPage.html"
|
| + "scripts": [
|
| + "scripts/background/register.js",
|
| + "scripts/configs/experimentalFeatures.js"
|
| + ]
|
| },
|
| "content_security_policy": "default-src 'self'; connect-src blob: chrome-extension:; style-src 'self' 'unsafe-inline' chrome-extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'",
|
| "default_locale": "en",
|
| @@ -26,6 +27,7 @@
|
| "128": "img/icon_128.png"
|
| },
|
| "incognito": "split",
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4zyYTii0VTKI7W2U6fDeAvs3YCVZeAt7C62IC64IDCMHvWy7SKMpOPjfg5v1PgYkFm+fGsCsVLN8NaF7fzYMVtjLc5bqhqPAi56Qidrqh1HxPAAYhwFQd5BVGhZmh1fySHXFPE8VI2tIHwRrASOtx67jbSEk4nBAcJz6n+eGq8QIDAQAB",
|
| "manifest_version": 2,
|
| "mime_types": [
|
| "application/msword",
|
| @@ -49,7 +51,7 @@
|
| "application/vnd.ces-quicksheet",
|
| "application/vnd.spreadsheet-openxml",
|
| "application/vnd.ms-excel.sheet.macroEnabled.12"],
|
| - "name": "Quickoffice (Experimental)",
|
| + "name": "Chrome Office Viewer (Beta)",
|
| "offline_enabled": true,
|
| "permissions": [
|
| "fileBrowserHandler",
|
|
|