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
Add an UMA stat to be able to see if the User pods are show on start screen,
[chromium-blink-merge.git]
/
extensions
/
test
/
data
/
manifest_tests
/
file_handlers_invalid_extension.json
blob
deda5c28485c60010e8a82333e153345f1ef56ee
1
{
2
"name": "test",
3
"description": "App with file_handlers manifest.",
4
"version": "1",
5
"app": {
6
"background": {
7
"scripts": ["background.js"]
8
}
9
},
10
"file_handlers": {
11
"text": {
12
"types": [
13
"text/*"
14
]
15
},
16
"image": {
17
"types": [
18
"image/*"
19
],
20
"extensions": "foo"
21
}
22
}
23
}