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

Unified Diff: chrome/browser/resources/quick_office/manifest.json

Issue 15703018: Improved Quickoffice editing about:flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Correcting manifest files for inbuilt extension. Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/quick_office/manifest_editor.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/quick_office/manifest.json
diff --git a/chrome/browser/resources/quick_office/manifest.json b/chrome/browser/resources/quick_office/manifest.json
index ba2cf9f7123a68a618dcda9944fb31949bf9012f..1519da5e8265354ff9e053bfe2c90c5afc3fceff 100644
--- a/chrome/browser/resources/quick_office/manifest.json
+++ b/chrome/browser/resources/quick_office/manifest.json
@@ -1,9 +1,9 @@
{
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9IcbJEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB",
-
"background": {
"persistent": false,
- "page": "views/background/backgroundPage.html"
+ "scripts": [
Dmitry Polukhin 2013/06/12 04:25:32 Does this change require new js/html/nexe? If so,
+ "scripts/background/register.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 +26,7 @@
"128": "img/icon_128.png"
},
"incognito": "split",
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4zyYTii0VTKI7W2U6fDeAvs3YCVZeAt7C62IC64IDCMHvWy7SKMpOPjfg5v1PgYkFm+fGsCsVLN8NaF7fzYMVtjLc5bqhqPAi56Qidrqh1HxPAAYhwFQd5BVGhZmh1fySHXFPE8VI2tIHwRrASOtx67jbSEk4nBAcJz6n+eGq8QIDAQAB",
"manifest_version": 2,
"mime_types": [
"application/msword",
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/quick_office/manifest_editor.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698