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

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

Issue 11275069: Perform install tasks for newly installed or upgraded component apps/extensions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase and move v2 component app added in r169911 (and r170087) into background section in componen… Created 8 years, 1 month 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/component/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/component/manifest.json b/chrome/test/data/extensions/platform_apps/component/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..f84588fdce7e628215f87df6d53ac67cc5977c75
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/component/manifest.json
@@ -0,0 +1,12 @@
+{
+ // Key from minimal_platform_app.pem.
+ // chrome-extension://jjeoclcdfjddkdjokiejckgcildcflpp
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+uU63MD6T82Ldq5wjrDFn5mGmPnnnjWZBWxYXfpG4kVf0s+p24VkXwTXsxeI12bRm8/ft9sOq0XiLfgQEh5JrVUZqvFlaZYoS+giZfUqzKFGMLa4uiSMDnvv+byxrqAepKz5G8XX/q5Wm5cvpdjwgiu9z9iM768xJy+Ca/G5qQwIDAQAB",
+ "name": "Platform App Test: component platform app",
+ "version": "2",
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698