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

Unified Diff: chrome/test/data/chromedriver/test_app/manifest.json

Issue 1196663005: [chromedriver] When launching a Chrome App, automatically switch to the new window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add copyright message to test app background.js Created 5 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
Index: chrome/test/data/chromedriver/test_app/manifest.json
diff --git a/chrome/test/data/chromedriver/test_app/manifest.json b/chrome/test/data/chromedriver/test_app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..536a196f49a59e3d51f50103b3fbc6fff929b51a
--- /dev/null
+++ b/chrome/test/data/chromedriver/test_app/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "ChromeDriver Test App",
+ "description": "Chrome App for testing ChromeDriver.",
+ "version": "1.0",
+ "manifest_version": 2,
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA41mCKZUmV6n7oUFTMERmkP3VUKMPNK8AOgKS9kVelpnqCZ6tdb+8uJtCB8/g8hK21ZlXdVUk0JZjZwp1scYKP56n7RRN7cv1J/Qv2mX7Vnfq53DE2YsDkMzT6cjSI0Qw+MDEIXAxVPYJ+7jZW2YP9GBKinzV8CyZohO+E7t+2+eWtadCxaXike8WaNtEl3K064vr5ndrhn+a263coGu6f97Ne8ojE6OPO6oeArr51kosu5mayDVRfVkGhW5EODGIh9tNNyVH4QQ0Vzf7XEC3/N3KxjAd9/biCSu2JW2BNABU2H9d6KBtJuEfgfDIcE0OmAMr1GQ4K1rQEZwdnCFIZwIDAQAB"
+}
« no previous file with comments | « chrome/test/data/chromedriver/test_app/background.js ('k') | chrome/test/data/chromedriver/test_app/window.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698