OLD | NEW |
---|---|
(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 } | |
OLD | NEW |