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

Unified Diff: chrome/test/webdriver/test/app_shell_extension/manifest.json

Issue 10854026: Added webdriver support for App v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a comment. Created 8 years, 4 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/webdriver/test/app_shell_extension/manifest.json
diff --git a/chrome/test/webdriver/test/app_shell_extension/manifest.json b/chrome/test/webdriver/test/app_shell_extension/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..e6c6bd8293b4cf246ff02e85a87981d4d0d66a3f
--- /dev/null
+++ b/chrome/test/webdriver/test/app_shell_extension/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "App Shell",
+ "manifest_version": 2,
+ "version": "1.0",
+ "app": {
+ "background": {
+ "scripts": [ "bg.js" ]
+ }
+ },
+ "permissions": [ "experimental" ]
+}
« no previous file with comments | « chrome/test/webdriver/test/app_shell_extension/bg.js ('k') | chrome/test/webdriver/test/app_shell_extension/view_checks.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698