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

Unified Diff: chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json

Issue 265503003: Enable file_handlers and chrome.app.runtime for QuickOffice. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback, less hacky Created 6 years, 7 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
Index: chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json b/chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..6bb65e4a7073490956a8fa67d6a49b9706bc6ced
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json
@@ -0,0 +1,20 @@
+{
+ "name": "Platform App Launch Test",
+ "version": "1",
+ "manifest_version": 2,
+ "file_handlers": {
+ "text": {
+ "extensions": [
+ "txt"
+ ],
+ "title": "Test editor"
+ }
+ },
+ "background": {
+ "scripts": ["test.js"]
+ },
+ "permissions": [
+ "fileSystem"
+ ],
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4zyYTii0VTKI7W2U6fDeAvs3YCVZeAt7C62IC64IDCMHvWy7SKMpOPjfg5v1PgYkFm+fGsCsVLN8NaF7fzYMVtjLc5bqhqPAi56Qidrqh1HxPAAYhwFQd5BVGhZmh1fySHXFPE8VI2tIHwRrASOtx67jbSEk4nBAcJz6n+eGq8QIDAQAB"
+}

Powered by Google App Engine
This is Rietveld 408576698