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

Side by Side 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, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "ChromeDriver Test App",
3 "description": "Chrome App for testing ChromeDriver.",
4 "version": "1.0",
5 "manifest_version": 2,
6 "app": {
7 "background": {
8 "scripts": ["background.js"]
9 }
10 },
11 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA41mCKZUmV6n7oUFTMERmkP3VUK MPNK8AOgKS9kVelpnqCZ6tdb+8uJtCB8/g8hK21ZlXdVUk0JZjZwp1scYKP56n7RRN7cv1J/Qv2mX7Vn fq53DE2YsDkMzT6cjSI0Qw+MDEIXAxVPYJ+7jZW2YP9GBKinzV8CyZohO+E7t+2+eWtadCxaXike8WaN tEl3K064vr5ndrhn+a263coGu6f97Ne8ojE6OPO6oeArr51kosu5mayDVRfVkGhW5EODGIh9tNNyVH4Q Q0Vzf7XEC3/N3KxjAd9/biCSu2JW2BNABU2H9d6KBtJuEfgfDIcE0OmAMr1GQ4K1rQEZwdnCFIZwIDAQ AB"
12 }
OLDNEW
« 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