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
blob649587447c651e29e66f564f8694dec3997499c1
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   }]