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

Side by Side Diff: chrome/test/data/extensions/api_test/media_gallery/manifest.json

Issue 9358076: Initial extension bindings for Media Gallery API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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": "chrome.experimental.mediaGalleries",
3 "version": "0.1",
4 "manifest_version": 2,
5 "description": "end-to-end browser test for chrome.experimental.mediaGalleries API",
6 "background": {
7 "page": "test.html"
jstritar 2012/03/21 00:02:02 if you only have <script/>'s in test.html, you can
vandebo (ex-Chrome) 2012/03/21 16:17:57 I tried to do this, but it didn't work.
jstritar 2012/03/21 18:10:47 What didn't work about it?
vandebo (ex-Chrome) 2012/03/21 22:08:07 [3608:3608:0321/143215:443953231440:ERROR:extensio
8 },
9 "permissions": ["experimental"]
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698