Sign in
chromium
/
chromium
/
src
/
5f959bfdc350e1cf17d1960a012a0cfc4d8a4a30
/
.
/
extensions
/
test
/
data
/
system
/
storage
/
manifest.json
blob: 53c055840ea4ca456532ffabc4c95e5b2bd557c4 [
file
] [
log
] [
blame
]
{
"name"
:
"storage info"
,
"version"
:
"0.1"
,
"manifest_version"
:
2
,
"description"
:
"Test system.storage API"
,
"permissions"
:
[
"system.storage"
]
,
"app"
:
{
"background"
:
{
"scripts"
:
[
"test_storage_api.js"
]
}
}
}