Sign in
chromium
/
chromium
/
src
/
5f959bfdc350e1cf17d1960a012a0cfc4d8a4a30
/
.
/
extensions
/
test
/
data
/
system
/
cpu
/
manifest.json
blob: 8ece45ee55816067b4b3b22d4eca25bba20c482b [
file
] [
log
] [
blame
]
{
"name"
:
"system.cpu test"
,
"version"
:
"1.0"
,
"description"
:
"Test system.cpu API"
,
"permissions"
:
[
"system.cpu"
],
"app"
:
{
"background"
:
{
"scripts"
:
[
"test_cpu_api.js"
]
}
}
}