blob: 819e22905c46caa870836fa80df2a8e54070c130 [file] [log] [blame]
{
"name": "chrome.mediaGalleries.no_galleries_copy_to",
"manifest_version": 2,
"version": "0.1",
"description": "Test that without the allGalleries permission, no galleries are present with only other permissions.",
"app": {
"background": {
"scripts": ["test.js"]
}
},
"permissions": [{"mediaGalleries": ["read", "delete", "copyTo"]}]
}