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

Unified Diff: chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json

Issue 8429023: Add platform_app flag to manifest. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merge conflict resolution. Created 9 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/manifest_tests/init_valid_platform_app.json
diff --git a/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json b/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json
new file mode 100644
index 0000000000000000000000000000000000000000..e4e672fc99d971e80dc59729672dc29478199a80
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/init_valid_platform_app.json
@@ -0,0 +1,11 @@
+{
+ "name": "Platform Test",
+ "platform_app": "true",
+ "version": "1",
+ "app": {
+ "launch": {
+ "container": "panel",
+ "local_path": "launch.html"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698