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

Side by Side Diff: chrome/test/webdriver/test/packaged_app_extension/manifest.json

Issue 10854026: Added webdriver support for App v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added test and addressed review comments. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Packaged app extension",
3 "manifest_version": 2,
4 "version": "1.0",
5 "app": {
6 "background": {
kkania 2012/08/09 22:04:49 just to make sure I understand, unlike extensions,
Danh Nguyen 2012/08/10 16:35:09 True, they're not loaded until the user launches t
7 "scripts": [ "bg.js" ]
8 }
9 },
10 "permissions": [ "experimental" ]
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698