Sign in
chromium
/
chromium
/
src
/
5f959bfdc350e1cf17d1960a012a0cfc4d8a4a30
/
.
/
extensions
/
test
/
data
/
system
/
storage_eject
/
manifest.json
blob: d9af8428357061fa2d3b0743966c9f0351181499 [
file
] [
log
] [
blame
]
{
"name"
:
"systemInfo_storage_api_eject"
,
"version"
:
"1.0"
,
"manifest_version"
:
2
,
"description"
:
"Test for system.storage.eject function"
,
"app"
:
{
"background"
:
{
"scripts"
:
[
"test.js"
]
}
},
"permissions"
:
[
"system.storage"
]
}