repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Do not announce robot account token before account ID is available
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
platform_apps
/
optional_permission_request
/
manifest.json
blob
42f1d6bc5c97db968512f71991862d8746376a29
1
{
2
"name": "Platform App Test: optional permission request test",
3
"version": "1",
4
"app": {
5
"background": {
6
"scripts": ["test.js"]
7
}
8
},
9
"optional_permissions": [
10
"serial"
11
]
12
}