Elim cr-checkbox
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / notification_provider / basic_usage / manifest.json
blob026fc0087d76f2d9854048fac76d596ff3867b4c
2   "name": "chrome.notificationProvider",
3   "version": "0.1",
4   "description": "Tests chrome.notificationProvider API functions",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "permissions": [
11     "notificationProvider", "notifications"
12   ]