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
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
extensions
/
test
/
data
/
manifest_tests
/
event_rules.json
blob
649587447c651e29e66f564f8694dec3997499c1
1
{
2
"name": "extensions_unittests --gtest_filter=DeclarativeManifestTest.Valid",
3
"version": "1",
4
"manifest_version": 2,
5
"app": {
6
"background": {
7
"scripts": ["background.js"]
8
}
9
},
10
"event_rules": [{
11
"event": "foo",
12
"conditions": [{"type": "condition_type"}],
13
"actions": [{"type": "action_type"}]
14
}]
15
}